Lines Matching refs:uobject
658 *umem = ib_umem_get(pd->uobject->context, addr, size, 0, 0); in mlx5_ib_umem_get()
712 context = to_mucontext(pd->uobject->context); in create_user_rq()
713 rwq->umem = ib_umem_get(pd->uobject->context, ucmd->buf_addr, in create_user_rq()
788 context = to_mucontext(pd->uobject->context); in create_user_qp()
1278 struct ib_uobject *uobj = pd->uobject; in create_raw_packet_qp()
1367 struct ib_uobject *uobj = pd->uobject; in create_rss_raw_qp_tir()
1671 if (pd && pd->uobject) { in create_qp_common()
1677 err = get_qp_user_index(to_mucontext(pd->uobject->context), in create_qp_common()
1690 qp, (pd && pd->uobject) ? &ucmd : NULL); in create_qp_common()
1697 if (pd->uobject) { in create_qp_common()
2107 if (!pd->uobject) { in mlx5_ib_create_qp()
2110 } else if (!to_mucontext(pd->uobject->context)->cqe_version) { in mlx5_ib_create_qp()
2870 if (!ibqp->uobject && cur_state == IB_QPS_RESET && new_state == IB_QPS_INIT) in __mlx5_ib_modify_qp()
2936 if (new_state == IB_QPS_RESET && !ibqp->uobject) { in __mlx5_ib_modify_qp()
4593 if (!ibqp->uobject) { in mlx5_ib_query_qp()