Lines Matching refs:ib_pd
513 struct ib_pd *ib_pd, in hns_roce_create_qp_common() argument
540 ret = hns_roce_set_rq_size(hr_dev, &init_attr->cap, !!ib_pd->uobject, in hns_roce_create_qp_common()
577 if (ib_pd->uobject) { in hns_roce_create_qp_common()
591 hr_qp->umem = ib_umem_get(ib_pd->uobject->context, in hns_roce_create_qp_common()
632 to_hr_ucontext(ib_pd->uobject->context), in hns_roce_create_qp_common()
648 to_hr_ucontext(ib_pd->uobject->context), in hns_roce_create_qp_common()
762 if (ib_pd->uobject && (udata->outlen >= sizeof(resp)) && in hns_roce_create_qp_common()
789 if (ib_pd->uobject) { in hns_roce_create_qp_common()
794 to_hr_ucontext(ib_pd->uobject->context), in hns_roce_create_qp_common()
802 if (ib_pd->uobject) in hns_roce_create_qp_common()
808 to_hr_ucontext(ib_pd->uobject->context), in hns_roce_create_qp_common()
815 if (ib_pd->uobject) in hns_roce_create_qp_common()
821 if (!ib_pd->uobject && hns_roce_qp_has_rq(init_attr) && in hns_roce_create_qp_common()
837 struct ib_qp *hns_roce_create_qp(struct ib_pd *pd, in hns_roce_create_qp()