Searched refs:lp_qp_work (Results 1 – 1 of 1) sorted by relevance
945 struct hns_roce_recreate_lp_qp_work *lp_qp_work; in hns_roce_v1_recreate_lp_qp_work_fn() local948 lp_qp_work = container_of(work, struct hns_roce_recreate_lp_qp_work, in hns_roce_v1_recreate_lp_qp_work_fn()950 hr_dev = to_hr_dev(lp_qp_work->ib_dev); in hns_roce_v1_recreate_lp_qp_work_fn()957 if (lp_qp_work->comp_flag) in hns_roce_v1_recreate_lp_qp_work_fn()958 complete(lp_qp_work->comp); in hns_roce_v1_recreate_lp_qp_work_fn()960 kfree(lp_qp_work); in hns_roce_v1_recreate_lp_qp_work_fn()966 struct hns_roce_recreate_lp_qp_work *lp_qp_work; in hns_roce_v1_recreate_lp_qp() local975 lp_qp_work = kzalloc(sizeof(struct hns_roce_recreate_lp_qp_work), in hns_roce_v1_recreate_lp_qp()977 if (!lp_qp_work) in hns_roce_v1_recreate_lp_qp()980 INIT_WORK(&(lp_qp_work->work), hns_roce_v1_recreate_lp_qp_work_fn); in hns_roce_v1_recreate_lp_qp()[all …]