Searched refs:vxrcd (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/ofed/libibverbs/
H A Dcmd.c681 struct verbs_xrcd *vxrcd = NULL; local
703 vxrcd = container_of(attr_ex->xrcd, struct verbs_xrcd, xrcd);
704 cmd->xrcd_handle = vxrcd->handle;
735 srq->xrcd = vxrcd;
845 struct verbs_xrcd *vxrcd,
851 vxrcd = container_of(qp_attr->xrcd, struct verbs_xrcd, xrcd);
852 cmd->pd_handle = vxrcd->handle;
894 struct verbs_xrcd *vxrcd,
923 qp->xrcd = vxrcd;
943 struct verbs_xrcd *vxrcd local
843 create_qp_ex_common(struct verbs_qp *qp, struct ibv_qp_init_attr_ex *qp_attr, struct verbs_xrcd *vxrcd, struct ibv_create_qp_common *cmd) argument
890 create_qp_handle_resp_common(struct ibv_context *context, struct verbs_qp *qp, struct ibv_qp_init_attr_ex *qp_attr, struct ibv_create_qp_resp *resp, struct verbs_xrcd *vxrcd, int vqp_sz) argument
998 struct verbs_xrcd *vxrcd = NULL; local
[all...]

Completed in 55 milliseconds