Searched refs:lp_qp_work (Results 1 – 1 of 1) sorted by relevance
938 struct hns_roce_recreate_lp_qp_work *lp_qp_work; in hns_roce_v1_recreate_lp_qp_work_fn() local941 lp_qp_work = container_of(work, struct hns_roce_recreate_lp_qp_work, in hns_roce_v1_recreate_lp_qp_work_fn()943 hr_dev = to_hr_dev(lp_qp_work->ib_dev); in hns_roce_v1_recreate_lp_qp_work_fn()950 if (lp_qp_work->comp_flag) in hns_roce_v1_recreate_lp_qp_work_fn()951 complete(lp_qp_work->comp); in hns_roce_v1_recreate_lp_qp_work_fn()953 kfree(lp_qp_work); in hns_roce_v1_recreate_lp_qp_work_fn()959 struct hns_roce_recreate_lp_qp_work *lp_qp_work; in hns_roce_v1_recreate_lp_qp() local969 lp_qp_work = kzalloc(sizeof(struct hns_roce_recreate_lp_qp_work), in hns_roce_v1_recreate_lp_qp()971 if (!lp_qp_work) in hns_roce_v1_recreate_lp_qp()974 INIT_WORK(&(lp_qp_work->work), hns_roce_v1_recreate_lp_qp_work_fn); in hns_roce_v1_recreate_lp_qp()[all …]