Searched refs:lp_qp_work (Results 1 – 1 of 1) sorted by relevance
917 struct hns_roce_recreate_lp_qp_work *lp_qp_work; in hns_roce_v1_recreate_lp_qp_work_fn() local920 lp_qp_work = container_of(work, struct hns_roce_recreate_lp_qp_work, in hns_roce_v1_recreate_lp_qp_work_fn()922 hr_dev = to_hr_dev(lp_qp_work->ib_dev); in hns_roce_v1_recreate_lp_qp_work_fn()929 if (lp_qp_work->comp_flag) in hns_roce_v1_recreate_lp_qp_work_fn()930 complete(lp_qp_work->comp); in hns_roce_v1_recreate_lp_qp_work_fn()932 kfree(lp_qp_work); in hns_roce_v1_recreate_lp_qp_work_fn()940 struct hns_roce_recreate_lp_qp_work *lp_qp_work; in hns_roce_v1_recreate_lp_qp() local944 lp_qp_work = kzalloc(sizeof(struct hns_roce_recreate_lp_qp_work), in hns_roce_v1_recreate_lp_qp()946 if (!lp_qp_work) in hns_roce_v1_recreate_lp_qp()949 INIT_WORK(&(lp_qp_work->work), hns_roce_v1_recreate_lp_qp_work_fn); in hns_roce_v1_recreate_lp_qp()[all …]