Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libmlx4/
H A Dverbs.c783 MLX4_CREATE_QP_SUP_COMP_MASK = (IBV_QP_INIT_ATTR_PD |
938 attr_ex.comp_mask = IBV_QP_INIT_ATTR_PD; in mlx4_create_qp()
/freebsd/contrib/ofed/libibverbs/
H A Dverbs.h784 IBV_QP_INIT_ATTR_PD = 1 << 0, enumerator
2038 if (mask == IBV_QP_INIT_ATTR_PD) in ibv_create_qp_ex()
H A Dcmd.c871 if (!(qp_attr->comp_mask & IBV_QP_INIT_ATTR_PD)) in create_qp_ex_common()
1054 if (attr_ex->comp_mask > (IBV_QP_INIT_ATTR_XRCD | IBV_QP_INIT_ATTR_PD)) in ibv_cmd_create_qp_ex()
/freebsd/contrib/ofed/librdmacm/
H A Dcma.c1338 if (!(attr->comp_mask & IBV_QP_INIT_ATTR_PD) || !attr->pd) { in rdma_create_qp_ex()
1339 attr->comp_mask |= IBV_QP_INIT_ATTR_PD; in rdma_create_qp_ex()
1398 attr_ex.comp_mask = IBV_QP_INIT_ATTR_PD; in rdma_create_qp()
/freebsd/contrib/ofed/libibverbs/examples/
H A Dxsrq_pingpong.c174 init.comp_mask = IBV_QP_INIT_ATTR_PD; in create_qps()
/freebsd/contrib/ofed/libmlx5/
H A Dverbs.c1230 MLX5_CREATE_QP_SUP_COMP_MASK = (IBV_QP_INIT_ATTR_PD |
1442 attrx.comp_mask = IBV_QP_INIT_ATTR_PD; in mlx5_create_qp()