Home
last modified time | relevance | path

Searched refs:srq_type (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_std_types.c150 enum ib_srq_type srq_type = srq->srq_type; in uverbs_free_srq() local
157 if (srq_type == IB_SRQT_XRC) { in uverbs_free_srq()
H A Dib_verbs.c1000 srq->srq_type = srq_init_attr->srq_type; in ib_create_srq()
1002 if (ib_srq_has_cq(srq->srq_type)) { in ib_create_srq()
1006 if (srq->srq_type == IB_SRQT_XRC) { in ib_create_srq()
1015 if (srq->srq_type == IB_SRQT_XRC) in ib_create_srq()
1017 if (ib_srq_has_cq(srq->srq_type)) in ib_create_srq()
1053 if (srq->srq_type == IB_SRQT_XRC) in ib_destroy_srq_user()
1055 if (ib_srq_has_cq(srq->srq_type)) in ib_destroy_srq_user()
H A Dib_uverbs_cmd.c1353 if (!srq || srq->srq_type == IB_SRQT_XRC) { in create_qp()
3397 if (cmd->srq_type == IB_SRQT_TM) in __uverbs_create_xsrq()
3400 if (cmd->srq_type == IB_SRQT_XRC) { in __uverbs_create_xsrq()
3418 if (ib_srq_has_cq(cmd->srq_type)) { in __uverbs_create_xsrq()
3435 attr.srq_type = cmd->srq_type; in __uverbs_create_xsrq()
3450 srq->srq_type = cmd->srq_type; in __uverbs_create_xsrq()
3459 if (ib_srq_has_cq(cmd->srq_type)) { in __uverbs_create_xsrq()
3464 if (cmd->srq_type == IB_SRQT_XRC) { in __uverbs_create_xsrq()
3479 if (cmd->srq_type == IB_SRQT_XRC) in __uverbs_create_xsrq()
3486 if (cmd->srq_type == IB_SRQT_XRC) in __uverbs_create_xsrq()
[all …]
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_srq.c280 in.type = init_attr->srq_type; in mlx5_ib_create_srq()
298 if (init_attr->srq_type == IB_SRQT_XRC) in mlx5_ib_create_srq()
303 if (ib_srq_has_cq(init_attr->srq_type)) in mlx5_ib_create_srq()
H A Dmlx5_ib_main.c3241 attr.srq_type = IB_SRQT_XRC; in create_dev_resources()
3253 devr->s0->srq_type = IB_SRQT_XRC; in create_dev_resources()
3268 attr.srq_type = IB_SRQT_BASIC; in create_dev_resources()
3277 devr->s1->srq_type = IB_SRQT_BASIC; in create_dev_resources()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_srq.c180 cqn = (init_attr->srq_type == IB_SRQT_XRC) ? in mlx4_ib_create_srq()
182 xrcdn = (init_attr->srq_type == IB_SRQT_XRC) ? in mlx4_ib_create_srq()
/freebsd/contrib/ofed/libibverbs/
H A Dcmd.c714 cmd->srq_type = (attr_ex->comp_mask & IBV_SRQ_INIT_ATTR_TYPE) ? in ibv_cmd_create_srq_ex()
715 attr_ex->srq_type : IBV_SRQT_BASIC; in ibv_cmd_create_srq_ex()
724 if (cmd->srq_type != IBV_SRQT_TM) in ibv_cmd_create_srq_ex()
732 } else if (cmd->srq_type != IBV_SRQT_BASIC) { in ibv_cmd_create_srq_ex()
762 srq->srq_type = (attr_ex->comp_mask & IBV_SRQ_INIT_ATTR_TYPE) ? in ibv_cmd_create_srq_ex()
763 attr_ex->srq_type : IBV_SRQT_BASIC; in ibv_cmd_create_srq_ex()
764 if (srq->srq_type == IBV_SRQT_XRC) { in ibv_cmd_create_srq_ex()
H A Ddriver.h81 enum ibv_srq_type srq_type; member
H A Dverbs.h699 enum ibv_srq_type srq_type; member
2046 (srq_init_attr_ex->srq_type == IBV_SRQT_BASIC))) in ibv_create_srq_ex()
H A Dkern-abi.h1187 __u32 srq_type; member
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h975 static inline bool ib_srq_has_cq(enum ib_srq_type srq_type) in ib_srq_has_cq() argument
977 return srq_type == IB_SRQT_XRC || in ib_srq_has_cq()
978 srq_type == IB_SRQT_TM; in ib_srq_has_cq()
996 enum ib_srq_type srq_type; member
1543 enum ib_srq_type srq_type; member
/freebsd/contrib/ofed/libmlx5/
H A Dverbs.c1999 (attr->srq_type == IBV_SRQT_BASIC)) in mlx5_create_srq_ex()
2003 if (attr->srq_type != IBV_SRQT_XRC && in mlx5_create_srq_ex()
2004 attr->srq_type != IBV_SRQT_TM) { in mlx5_create_srq_ex()
2010 if (attr->srq_type == IBV_SRQT_TM && in mlx5_create_srq_ex()
2094 if (attr->srq_type == IBV_SRQT_TM) { in mlx5_create_srq_ex()
/freebsd/contrib/ofed/libmlx4/
H A Dverbs.c710 (attr_ex->srq_type == IBV_SRQT_BASIC)) in mlx4_create_srq_ex()
712 else if (attr_ex->srq_type == IBV_SRQT_XRC) in mlx4_create_srq_ex()
/freebsd/contrib/ofed/librdmacm/
H A Dcma.c1271 if (attr->srq_type == IBV_SRQT_XRC) { in rdma_create_srq_ex()
1310 attr_ex.srq_type = IBV_SRQT_XRC; in rdma_create_srq()
1312 attr_ex.srq_type = IBV_SRQT_BASIC; in rdma_create_srq()
/freebsd/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h1178 __u32 srq_type; member
/freebsd/contrib/ofed/libibverbs/examples/
H A Dxsrq_pingpong.c299 attr.srq_type = IBV_SRQT_XRC; in pp_init_ctx()
/freebsd/sys/dev/mthca/
H A Dmthca_provider.c415 if (init_attr->srq_type != IB_SRQT_BASIC) in mthca_create_srq()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dib_verbs.c1192 if (srq_init_attr->srq_type != IB_SRQT_BASIC) { in bnxt_re_create_srq()