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

/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
H A Dib_verbs.c874 [IB_QPT_RC] = (IB_QP_PKEY_INDEX |
902 [IB_QPT_RC] = (IB_QP_PKEY_INDEX |
924 [IB_QPT_RC] = (IB_QP_AV |
947 [IB_QPT_RC] = (IB_QP_ALT_PATH |
971 [IB_QPT_RC] = (IB_QP_TIMEOUT |
993 [IB_QPT_RC] = (IB_QP_CUR_STATE |
1026 [IB_QPT_RC] = (IB_QP_CUR_STATE |
1051 [IB_QPT_RC] = IB_QP_EN_SQD_ASYNC_NOTIFY,
1071 [IB_QPT_RC] = (IB_QP_CUR_STATE |
1101 [IB_QPT_RC]
[all...]
H A Dcm_msgs.h169 case 0: return IB_QPT_RC;
H A Dib_cm.c1243 if (param->qp_type != IB_QPT_RC && param->qp_type != IB_QPT_UC &&
3762 if (cm_id_priv->qp_type == IB_QPT_RC ||
3809 case IB_QPT_RC:
H A Dib_ucma.c447 *qp_type = IB_QPT_RC;
H A Dib_cma.c2178 RDMA_PS_TCP, IB_QPT_RC);
/freebsd-12-stable/sys/dev/iser/
H A Dicl_iser.c400 RDMA_PS_TCP, IB_QPT_RC);
H A Diser_verbs.c462 init_attr.qp_type = IB_QPT_RC;
/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_cma.c77 .qp_type = IB_QPT_RC,
H A Dsdp_main.c137 ssk->id = rdma_create_id(&init_net, sdp_cma_handler, ssk, RDMA_PS_SDP, IB_QPT_RC);
/freebsd-12-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c285 case IB_QPT_RC:
353 if (attr->qp_type == IB_QPT_RC)
631 case IB_QPT_RC: return MLX5_QP_ST_RC;
1033 if (qp_type == IB_QPT_RC || qp_type == IB_QPT_UC)
1879 case IB_QPT_RC:
1980 case IB_QPT_RC:
1981 return "IB_QPT_RC";
2051 case IB_QPT_RC:
3876 case IB_QPT_RC:
4450 if (qp->ibqp.qp_type == IB_QPT_RC || q
[all...]
/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c222 .qp_type = IB_QPT_RC,
934 .qp_type = IB_QPT_RC,
/freebsd-12-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib.h217 MLX4_IB_QPT_RC = IB_QPT_RC,
H A Dmlx4_ib_qp.c1183 case IB_QPT_RC:
2191 if ((ibqp->qp_type == IB_QPT_RC) ||
3464 if (qp->ibqp.qp_type == IB_QPT_RC || qp->ibqp.qp_type == IB_QPT_UC) {
/freebsd-12-stable/sys/contrib/rdma/krping/
H A Dkrping.c628 init_attr.qp_type = IB_QPT_RC;
2164 cb->cm_id = rdma_create_id(TD_TO_VNET(curthread), krping_cma_event_handler, cb, RDMA_PS_TCP, IB_QPT_RC);
/freebsd-12-stable/sys/dev/mthca/
H A Dmthca_qp.c651 if (ibqp->qp_type == IB_QPT_RC &&
1281 case IB_QPT_RC: qp->transport = RC; break;
H A Dmthca_provider.c527 case IB_QPT_RC:
/freebsd-12-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c1726 if (attrs->qp_type != IB_QPT_RC)
/freebsd-12-stable/sys/ofed/include/rdma/
H A Dib_verbs.h989 IB_QPT_RC, enumerator in enum:ib_qp_type

Completed in 296 milliseconds