/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_verbs.c | 968 [IB_QPT_GSI] = (IB_QP_PKEY_INDEX | 996 [IB_QPT_GSI] = (IB_QP_PKEY_INDEX | 1041 [IB_QPT_GSI] = (IB_QP_PKEY_INDEX | 1067 [IB_QPT_GSI] = IB_QP_SQ_PSN, 1092 [IB_QPT_GSI] = (IB_QP_CUR_STATE | 1126 [IB_QPT_GSI] = (IB_QP_CUR_STATE | 1140 [IB_QPT_GSI] = IB_QP_EN_SQD_ASYNC_NOTIFY 1172 [IB_QPT_GSI] = (IB_QP_CUR_STATE | 1219 [IB_QPT_GSI] = (IB_QP_PKEY_INDEX | 1236 [IB_QPT_GSI] = (IB_QP_CUR_STATE |
|
H A D | ib_agent.c | 180 IB_QPT_GSI, NULL, 0, in ib_agent_port_open()
|
H A D | ib_user_mad.c | 689 ureq.qpn ? IB_QPT_GSI : IB_QPT_SMI, in ib_umad_reg_agent() 806 ureq.qpn ? IB_QPT_GSI : IB_QPT_SMI, in ib_umad_reg_agent2()
|
H A D | ib_mad.c | 138 case IB_QPT_GSI: in get_spl_qp_index() 221 (qp_type == IB_QPT_GSI && !rdma_cap_ib_cm(device, port_num))) in ib_register_mad_agent() 3161 ret = create_mad_qp(&port_priv->qp_info[1], IB_QPT_GSI); in ib_mad_port_open()
|
H A D | ib_sa_query.c | 1479 ib_register_mad_agent(device, i + s, IB_QPT_GSI, in ib_sa_add_one()
|
H A D | ib_cm.c | 4094 IB_QPT_GSI, in cm_add_one()
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_mad.c | 502 if (dest_qpt > IB_QPT_GSI) in mlx4_ib_send_to_slave() 1005 q ? IB_QPT_GSI : IB_QPT_SMI, in mlx4_ib_mad_init() 1550 IB_QPT_SMI : IB_QPT_GSI, in mlx4_ib_multiplex_mad() 1564 if (qp_type > IB_QPT_GSI) in mlx4_ib_alloc_pv_bufs() 1658 if (qp_type > IB_QPT_GSI) in mlx4_ib_free_pv_qp_bufs() 1761 if (qp_type > IB_QPT_GSI) in create_pv_sqp() 1963 ret = mlx4_ib_alloc_pv_bufs(ctx, IB_QPT_GSI, create_tun); in create_pv_resources() 1998 ret = create_pv_sqp(ctx, IB_QPT_GSI, create_tun); in create_pv_resources() 2040 mlx4_ib_free_pv_qp_bufs(ctx, IB_QPT_GSI, create_tun); in create_pv_resources() 2066 mlx4_ib_free_pv_qp_bufs(ctx, IB_QPT_GSI, 1); in destroy_pv_resources() [all …]
|
H A D | mlx4_ib_qp.c | 661 if (init_attr->qp_type == IB_QPT_GSI) in create_qp_common() 679 tnl_init->proxy_qp_type != IB_QPT_GSI) || in create_qp_common() 682 if (tnl_init->proxy_qp_type == IB_QPT_GSI) in create_qp_common() 1173 init_attr->qp_type > IB_QPT_GSI) || in _mlx4_ib_create_qp() 1175 init_attr->qp_type != IB_QPT_GSI)) in _mlx4_ib_create_qp() 1214 case IB_QPT_GSI: in _mlx4_ib_create_qp() 1259 (init_attr->qp_type == IB_QPT_GSI) && in mlx4_ib_create_qp() 1673 if (ibqp->qp_type == IB_QPT_GSI || ibqp->qp_type == IB_QPT_SMI) in __mlx4_ib_modify_qp() 1757 if (ibqp->qp_type == IB_QPT_GSI) { in __mlx4_ib_modify_qp() 1926 (ibqp->qp_type == IB_QPT_GSI || ibqp->qp_type == IB_QPT_SMI || in __mlx4_ib_modify_qp()
|
H A D | mlx4_ib_mcg.c | 224 ctx->port, IB_QPT_GSI, 0, 1, IB_QP1_QKEY, in send_mad_to_wire() 249 return mlx4_ib_send_to_slave(dev, slave, ctx->port, IB_QPT_GSI, &wc, NULL, mad); in send_mad_to_slave()
|
H A D | mlx4_ib.h | 210 MLX4_IB_QPT_GSI = IB_QPT_GSI,
|
/freebsd/sys/dev/qlnx/qlnxr/ |
H A D | qlnxr_def.h | 803 if (qp->qp_type == IB_QPT_GSI) in qlnxr_qp_has_sq() 811 if (qp->qp_type == IB_QPT_GSI || qlnxr_qp_has_srq(qp)) in qlnxr_qp_has_rq()
|
H A D | qlnxr_verbs.c | 2009 if ((attrs->qp_type == IB_QPT_GSI) && udata) { in qlnxr_check_qp_attrs() 2020 if (attrs->qp_type != IB_QPT_RC && attrs->qp_type != IB_QPT_GSI) { in qlnxr_check_qp_attrs() 2025 if (attrs->qp_type == IB_QPT_GSI && attrs->srq) { in qlnxr_check_qp_attrs() 2064 if (ibpd->uobject && attrs->qp_type == IB_QPT_GSI) { in qlnxr_check_qp_attrs() 2071 if (attrs->qp_type == IB_QPT_GSI && dev->gsi_qp_created) { in qlnxr_check_qp_attrs() 2078 if ((attrs->qp_type != IB_QPT_GSI) && (dev->gsi_qp_created)) { in qlnxr_check_qp_attrs() 3088 if (attrs->qp_type == IB_QPT_GSI) { in qlnxr_create_qp() 3615 if ((attr_mask & IB_QP_STATE) && (qp->qp_type != IB_QPT_GSI) && in qlnxr_modify_qp() 3619 if (qp->qp_type != IB_QPT_GSI) in qlnxr_modify_qp() 3623 if ((qp->qp_type != IB_QPT_GSI) && (!udata)) in qlnxr_modify_qp() [all …]
|
/freebsd/sys/dev/mthca/ |
H A D | mthca_mad.c | 304 q ? IB_QPT_GSI : IB_QPT_SMI, in mthca_create_agents()
|
H A D | mthca_provider.c | 541 case IB_QPT_GSI: in mthca_create_qp()
|
H A D | mthca_cmd.c | 1848 case IB_QPT_GSI: in mthca_CONF_SPECIAL_QP()
|
H A D | mthca_qp.c | 2288 err = mthca_CONF_SPECIAL_QP(dev, i ? IB_QPT_GSI : IB_QPT_SMI, in mthca_init_qp_table()
|
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | ib_verbs.c | 1545 if (ib_qp->qp_type == IB_QPT_GSI && in bnxt_re_destroy_qp() 1568 case IB_QPT_GSI: in __from_ib_qp_type() 1997 if (!cntx && rdev->min_tx_depth && init_attr->qp_type != IB_QPT_GSI) { in bnxt_re_init_sq_attr() 2067 if (_is_chip_gen_p5_p7(chip_ctx) && init_attr->qp_type == IB_QPT_GSI) { in bnxt_re_init_qp_type() 2157 if (init_attr->qp_type == IB_QPT_GSI) in bnxt_re_init_qp_attr() 2164 if (init_attr->qp_type == IB_QPT_GSI) in bnxt_re_init_qp_attr() 2348 if (qp_init_attr->qp_type == IB_QPT_GSI && in bnxt_re_create_qp() 2375 if (qp_init_attr->qp_type == IB_QPT_GSI) in bnxt_re_create_qp() 2833 if (ib_qp->qp_type == IB_QPT_GSI && in bnxt_re_modify_qp() 3386 if ((qp->ib_qp.qp_type == IB_QPT_UD || qp->ib_qp.qp_type == IB_QPT_GSI || in bnxt_ud_qp_hw_stall_workaround() [all …]
|
H A D | ib_verbs.h | 388 return IB_QPT_GSI; in __from_hw_to_ib_qp_type()
|
H A D | main.c | 212 return qp->ib_qp.qp_type == IB_QPT_GSI; in bnxt_re_is_qp1_qp() 2550 return (qp->ib_qp.qp_type == IB_QPT_GSI) || in bnxt_re_is_qp1_or_shadow_qp() 2553 return (qp->ib_qp.qp_type == IB_QPT_GSI); in bnxt_re_is_qp1_or_shadow_qp()
|
/freebsd/sys/ofed/drivers/infiniband/util/ |
H A D | madeye.c | 549 IB_QPT_GSI, in madeye_add_one()
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_qp.c | 2068 case IB_QPT_GSI: in ib_qp_type_str() 2174 case IB_QPT_GSI: in mlx5_ib_create_qp() 2195 if (unlikely(qp->qp_type == IB_QPT_GSI)) in mlx5_ib_destroy_qp() 2970 if (unlikely(ibqp->qp_type == IB_QPT_GSI)) in mlx5_ib_modify_qp() 2974 IB_QPT_GSI : ibqp->qp_type; in mlx5_ib_modify_qp() 3919 if (unlikely(ibqp->qp_type == IB_QPT_GSI)) in mlx5_ib_post_send() 4225 if (unlikely(ibqp->qp_type == IB_QPT_GSI)) in mlx5_ib_post_recv() 4562 if (unlikely(ibqp->qp_type == IB_QPT_GSI)) in mlx5_ib_query_qp()
|
/freebsd/sys/dev/irdma/ |
H A D | irdma_kcompat.c | 744 if (init_attr->qp_type == IB_QPT_GSI) in irdma_create_qp()
|
H A D | irdma_verbs.c | 657 init_attr->qp_type != IB_QPT_GSI) in irdma_validate_qp_attrs() 2496 iwqp->ibqp.qp_type == IB_QPT_GSI) { in irdma_post_send()
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_verbs.h | 992 IB_QPT_GSI, enumerator
|