Lines Matching refs:ibv_pd
132 struct ibv_pd *
144 err = ibv_cmd_alloc_pd(context, &iwupd->ibv_pd, &cmd, sizeof(cmd), in irdma_ualloc_pd()
151 return &iwupd->ibv_pd; in irdma_ualloc_pd()
165 irdma_ufree_pd(struct ibv_pd *pd) in irdma_ufree_pd()
170 iwupd = container_of(pd, struct irdma_upd, ibv_pd); in irdma_ufree_pd()
189 irdma_ureg_mr(struct ibv_pd *pd, void *addr, size_t length, in irdma_ureg_mr()
220 irdma_urereg_mr(struct verbs_mr *vmr, int flags, struct ibv_pd *pd, in irdma_urereg_mr()
257 irdma_ualloc_mw(struct ibv_pd *pd, enum ibv_mw_type type) in irdma_ualloc_mw()
473 ret = ibv_cmd_reg_mr(&iwvctx->iwupd->ibv_pd, info.cq_base, in ucreate_cq()
481 iwucq->vmr.ibv_mr.pd = &iwvctx->iwupd->ibv_pd; in ucreate_cq()
494 ret = ibv_cmd_reg_mr(&iwvctx->iwupd->ibv_pd, info.shadow_area, in ucreate_cq()
504 iwucq->vmr_shadow_area.ibv_mr.pd = &iwvctx->iwupd->ibv_pd; in ucreate_cq()
1279 irdma_vmapped_qp(struct irdma_uqp *iwuqp, struct ibv_pd *pd, in irdma_vmapped_qp()
1358 irdma_ucreate_qp(struct ibv_pd *pd, in irdma_ucreate_qp()
1891 irdma_ucreate_ah(struct ibv_pd *ibpd, struct ibv_ah_attr *attr) in irdma_ucreate_ah()