Home
last modified time | relevance | path

Searched refs:IB_QPT_RC (Results 1 – 23 of 23) sorted by relevance

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_verbs.c957 [IB_QPT_RC] = (IB_QP_PKEY_INDEX |
985 [IB_QPT_RC] = (IB_QP_PKEY_INDEX |
1007 [IB_QPT_RC] = (IB_QP_AV |
1030 [IB_QPT_RC] = (IB_QP_ALT_PATH |
1054 [IB_QPT_RC] = (IB_QP_TIMEOUT |
1076 [IB_QPT_RC] = (IB_QP_CUR_STATE |
1110 [IB_QPT_RC] = (IB_QP_CUR_STATE |
1136 [IB_QPT_RC] = IB_QP_EN_SQD_ASYNC_NOTIFY,
1156 [IB_QPT_RC] = (IB_QP_CUR_STATE |
1186 [IB_QPT_RC] = (IB_QP_PORT |
[all …]
H A Dcm_msgs.h160 case 0: return IB_QPT_RC; in cm_req_get_qp_type()
H A Dib_cm.c1315 if (param->qp_type != IB_QPT_RC && param->qp_type != IB_QPT_UC && in cm_validate_req_param()
3871 if (cm_id_priv->qp_type == IB_QPT_RC || in cm_init_qp_rtr_attr()
3918 case IB_QPT_RC: in cm_init_qp_rts_attr()
H A Dib_ucma.c445 *qp_type = IB_QPT_RC; in ucma_get_qp_type()
H A Dib_cma.c2369 RDMA_PS_TCP, IB_QPT_RC); in iw_conn_req_handler()
2554 if (id->qp_type != IB_QPT_RC) in rdma_set_ack_timeout()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c287 case IB_QPT_RC: in sq_overhead()
355 if (attr->qp_type == IB_QPT_RC) in get_send_sge()
596 case IB_QPT_RC: return MLX5_QP_ST_RC; in to_mlx5_st()
1055 if (qp_type == IB_QPT_RC || qp_type == IB_QPT_UC) in is_connected()
1968 case IB_QPT_RC: in get_cqs()
2070 case IB_QPT_RC: in ib_qp_type_str()
2141 case IB_QPT_RC: in mlx5_ib_create_qp()
3966 case IB_QPT_RC: in mlx5_ib_post_send()
4521 if (qp->ibqp.qp_type == IB_QPT_RC || qp->ibqp.qp_type == IB_QPT_UC) { in query_qp_attr()
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_cma.c82 .qp_type = IB_QPT_RC, in sdp_init_qp()
H A Dsdp_main.c136 ssk->id = rdma_create_id(&init_net, sdp_cma_handler, ssk, RDMA_PS_SDP, IB_QPT_RC); in sdp_pcbbind()
/freebsd/sys/dev/iser/
H A Dicl_iser.c426 RDMA_PS_TCP, IB_QPT_RC); in iser_conn_connect()
H A Diser_verbs.c453 init_attr.qp_type = IB_QPT_RC; in iser_create_ib_conn_res()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dib_verbs.h390 return IB_QPT_RC; in __from_hw_to_ib_qp_type()
H A Dib_verbs.c1570 case IB_QPT_RC: in __from_ib_qp_type()
2117 if (init_attr->qp_type == IB_QPT_RC) { in bnxt_re_init_qp_attr()
2391 if (qp_init_attr->qp_type == IB_QPT_RC) { in bnxt_re_create_qp()
2513 if (type == IB_QPT_RC && in bnxt_re_update_qp_info()
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c220 .qp_type = IB_QPT_RC, in ipoib_cm_create_rx_qp()
935 .qp_type = IB_QPT_RC, in ipoib_cm_create_tx_qp()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib.h212 MLX4_IB_QPT_RC = IB_QPT_RC,
H A Dmlx4_ib_qp.c1190 case IB_QPT_RC: in _mlx4_ib_create_qp()
2191 if ((ibqp->qp_type == IB_QPT_RC) || in _mlx4_ib_modify_qp()
3464 if (qp->ibqp.qp_type == IB_QPT_RC || qp->ibqp.qp_type == IB_QPT_UC) { in mlx4_ib_query_qp()
/freebsd/sys/contrib/rdma/krping/
H A Dkrping.c626 init_attr.qp_type = IB_QPT_RC; in krping_create_qp()
2165 …m_id = rdma_create_id(TD_TO_VNET(curthread), krping_cma_event_handler, cb, RDMA_PS_TCP, IB_QPT_RC); in krping_doit()
/freebsd/sys/dev/mthca/
H A Dmthca_qp.c655 if (ibqp->qp_type == IB_QPT_RC && in __mthca_modify_qp()
1286 case IB_QPT_RC: qp->transport = RC; break; in mthca_alloc_qp()
H A Dmthca_provider.c481 case IB_QPT_RC: in mthca_create_qp()
/freebsd/sys/dev/irdma/
H A Dirdma_kcompat.c786 if (init_attr->qp_type == IB_QPT_RC) { in irdma_create_qp()
H A Dirdma_verbs.c655 if (init_attr->qp_type != IB_QPT_RC && in irdma_validate_qp_attrs()
660 if (init_attr->qp_type != IB_QPT_RC) in irdma_validate_qp_attrs()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h994 IB_QPT_RC, enumerator
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c1729 if (attrs->qp_type != IB_QPT_RC) in c4iw_create_qp()
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_verbs.c2020 if (attrs->qp_type != IB_QPT_RC && attrs->qp_type != IB_QPT_GSI) { in qlnxr_check_qp_attrs()