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

/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_srq.c283 in.type = init_attr->srq_type;
300 if (init_attr->srq_type == IB_SRQT_XRC) {
303 } else if (init_attr->srq_type == IB_SRQT_BASIC) {
H A Dmlx5_ib_main.c2766 attr.srq_type = IB_SRQT_XRC;
2780 devr->s0->srq_type = IB_SRQT_XRC;
2791 attr.srq_type = IB_SRQT_BASIC;
2802 devr->s1->srq_type = IB_SRQT_BASIC;
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_srq.c185 cqn = (init_attr->srq_type == IB_SRQT_XRC) ?
187 xrcdn = (init_attr->srq_type == IB_SRQT_XRC) ?
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_verbs.c636 srq->srq_type = srq_init_attr->srq_type;
637 if (srq->srq_type == IB_SRQT_XRC) {
672 enum ib_srq_type srq_type; local
681 srq_type = srq->srq_type;
682 if (srq_type == IB_SRQT_XRC) {
690 if (srq_type == IB_SRQT_XRC) {
H A Dib_uverbs_cmd.c1846 if (!srq || srq->srq_type != IB_SRQT_BASIC) {
3912 if (cmd->srq_type == IB_SRQT_XRC) {
3937 attr.srq_type = cmd->srq_type;
3953 srq->srq_type = cmd->srq_type;
3958 if (cmd->srq_type == IB_SRQT_XRC) {
3977 if (cmd->srq_type == IB_SRQT_XRC)
3986 if (cmd->srq_type == IB_SRQT_XRC) {
4012 if (cmd->srq_type
4174 enum ib_srq_type srq_type; local
[all...]
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Ddriver.h80 enum ibv_srq_type srq_type; member in struct:verbs_srq
H A Dcmd.c697 cmd->srq_type = (attr_ex->comp_mask & IBV_SRQ_INIT_ATTR_TYPE) ?
698 attr_ex->srq_type : IBV_SRQT_BASIC;
727 srq->srq_type = (attr_ex->comp_mask & IBV_SRQ_INIT_ATTR_TYPE) ?
728 attr_ex->srq_type : IBV_SRQT_BASIC;
729 if (srq->srq_type == IBV_SRQT_XRC) {
H A Dverbs.h671 enum ibv_srq_type srq_type; member in struct:ibv_srq_init_attr_ex
1960 (srq_init_attr_ex->srq_type == IBV_SRQT_BASIC)))
H A Dkern-abi.h1114 __u32 srq_type; member in struct:ibv_create_xsrq
/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dverbs.c702 (attr_ex->srq_type == IBV_SRQT_BASIC))
704 else if (attr_ex->srq_type == IBV_SRQT_XRC)
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Dcma.c1270 if (attr->srq_type == IBV_SRQT_XRC) {
1309 attr_ex.srq_type = IBV_SRQT_XRC;
1311 attr_ex.srq_type = IBV_SRQT_BASIC;
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Dxsrq_pingpong.c299 attr.srq_type = IBV_SRQT_XRC;
/freebsd-11-stable/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h963 __u32 srq_type; member in struct:ib_uverbs_create_xsrq
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dverbs.c1925 (attr->srq_type == IBV_SRQT_BASIC))
1928 else if (attr->srq_type == IBV_SRQT_XRC)
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_verbs.h948 enum ib_srq_type srq_type; member in struct:ib_srq_init_attr
1462 enum ib_srq_type srq_type; member in struct:ib_srq
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_provider.c448 if (init_attr->srq_type != IB_SRQT_BASIC)

Completed in 404 milliseconds