Searched refs:lp_qp_work (Results 1 – 1 of 1) sorted by relevance
1004 struct hns_roce_recreate_lp_qp_work *lp_qp_work; in hns_roce_v1_recreate_lp_qp_work_fn() local1007 lp_qp_work = container_of(work, struct hns_roce_recreate_lp_qp_work, in hns_roce_v1_recreate_lp_qp_work_fn()1009 hr_dev = to_hr_dev(lp_qp_work->ib_dev); in hns_roce_v1_recreate_lp_qp_work_fn()1016 if (lp_qp_work->comp_flag) in hns_roce_v1_recreate_lp_qp_work_fn()1017 complete(lp_qp_work->comp); in hns_roce_v1_recreate_lp_qp_work_fn()1019 kfree(lp_qp_work); in hns_roce_v1_recreate_lp_qp_work_fn()1027 struct hns_roce_recreate_lp_qp_work *lp_qp_work; in hns_roce_v1_recreate_lp_qp() local1031 lp_qp_work = kzalloc(sizeof(struct hns_roce_recreate_lp_qp_work), in hns_roce_v1_recreate_lp_qp()1033 if (!lp_qp_work) in hns_roce_v1_recreate_lp_qp()1036 INIT_WORK(&(lp_qp_work->work), hns_roce_v1_recreate_lp_qp_work_fn); in hns_roce_v1_recreate_lp_qp()[all …]