Home
last modified time | relevance | path

Searched refs:IBV_QP_INIT_ATTR_XRCD (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/ofed/libibverbs/
H A Dcmd.c867 if (qp_attr->comp_mask & IBV_QP_INIT_ATTR_XRCD) { in create_qp_ex_common()
961 (qp_attr->comp_mask & IBV_QP_INIT_ATTR_XRCD)) { in create_qp_handle_resp_common()
1054 if (attr_ex->comp_mask > (IBV_QP_INIT_ATTR_XRCD | IBV_QP_INIT_ATTR_PD)) in ibv_cmd_create_qp_ex()
H A Dverbs.h785 IBV_QP_INIT_ATTR_XRCD = 1 << 1, enumerator
/freebsd/contrib/ofed/libibverbs/examples/
H A Dxsrq_pingpong.c147 init.comp_mask = IBV_QP_INIT_ATTR_XRCD; in create_qps()
/freebsd/contrib/ofed/libmlx4/
H A Dverbs.c784 IBV_QP_INIT_ATTR_XRCD |
/freebsd/contrib/ofed/librdmacm/
H A Dcma.c1349 if (!(attr->comp_mask & IBV_QP_INIT_ATTR_XRCD) || !attr->xrcd) { in rdma_create_qp_ex()
1353 attr->comp_mask |= IBV_QP_INIT_ATTR_XRCD; in rdma_create_qp_ex()
/freebsd/contrib/ofed/libmlx5/
H A Dverbs.c1231 IBV_QP_INIT_ATTR_XRCD |