| /linux-6.15/drivers/infiniband/hw/qib/ |
| H A D | qib_qp.c | 95 .qpt_support = BIT(IB_QPT_UD) | BIT(IB_QPT_SMI) | BIT(IB_QPT_GSI) | 101 .qpt_support = BIT(IB_QPT_UD) | BIT(IB_QPT_SMI) | BIT(IB_QPT_GSI) | 138 if (type == IB_QPT_SMI || type == IB_QPT_GSI) { in qib_alloc_qpn() 141 ret = type == IB_QPT_GSI; in qib_alloc_qpn() 399 case IB_QPT_GSI: in qib_check_send_wqe()
|
| H A D | qib_ud.c | 73 sqptype = sqp->ibqp.qp_type == IB_QPT_GSI ? in qib_ud_loopback() 75 dqptype = qp->ibqp.qp_type == IB_QPT_GSI ? in qib_ud_loopback() 206 wc.pkey_index = qp->ibqp.qp_type == IB_QPT_GSI ? in qib_ud_loopback() 366 qib_get_pkey(ibp, qp->ibqp.qp_type == IB_QPT_GSI ? in qib_make_ud_req() 566 wc.pkey_index = qp->ibqp.qp_type == IB_QPT_GSI ? in qib_ud_rcv()
|
| /linux-6.15/drivers/infiniband/hw/mana/ |
| H A D | wr.c | 58 case IB_QPT_GSI: in mana_ib_post_recv() 126 qp->ibqp.qp_type == IB_QPT_GSI ? IB_QP1_QKEY : wr->remote_qkey; in mana_ib_post_send_ud() 153 case IB_QPT_GSI: in mana_ib_post_send()
|
| H A D | qp.c | 414 case IB_QPT_GSI: in mana_ib_queue_size() 435 case IB_QPT_GSI: in mana_ib_queue_type() 497 case IB_QPT_GSI: in mana_table_store_qp() 515 case IB_QPT_GSI: in mana_table_remove_qp() 716 case IB_QPT_GSI: in mana_ib_create_qp() 795 case IB_QPT_GSI: in mana_ib_modify_qp() 905 case IB_QPT_GSI: in mana_ib_destroy_qp()
|
| H A D | cq.c | 230 if (qp->ibqp.qp_type == IB_QPT_GSI || qp->ibqp.qp_type == IB_QPT_UD) { in mana_handle_cqe()
|
| /linux-6.15/drivers/infiniband/hw/hfi1/ |
| H A D | ud.c | 55 sqptype = sqp->ibqp.qp_type == IB_QPT_GSI ? in ud_loopback() 57 dqptype = qp->ibqp.qp_type == IB_QPT_GSI ? in ud_loopback() 198 if (qp->ibqp.qp_type == IB_QPT_GSI || qp->ibqp.qp_type == IB_QPT_SMI) { in ud_loopback() 199 if (sqp->ibqp.qp_type == IB_QPT_GSI || in ud_loopback() 210 if (wc.slid == 0 && sqp->ibqp.qp_type == IB_QPT_GSI) in ud_loopback() 242 if (qp->ibqp.qp_type == IB_QPT_GSI || qp->ibqp.qp_type == IB_QPT_SMI) in hfi1_make_bth_deth() 485 (qp->ibqp.qp_type == IB_QPT_GSI))))) { in hfi1_make_ud_req() 991 if (qp->ibqp.qp_type == IB_QPT_GSI || in hfi1_ud_rcv()
|
| H A D | qp.c | 66 .qpt_support = BIT(IB_QPT_UD) | BIT(IB_QPT_SMI) | BIT(IB_QPT_GSI) | 72 .qpt_support = BIT(IB_QPT_UD) | BIT(IB_QPT_SMI) | BIT(IB_QPT_GSI) | 293 case IB_QPT_GSI: in hfi1_setup_wqe()
|
| /linux-6.15/drivers/infiniband/sw/rxe/ |
| H A D | rxe_recv.c | 34 case IB_QPT_GSI: in check_type_state() 88 if (qp_type(qp) == IB_QPT_UD || qp_type(qp) == IB_QPT_GSI) { in check_keys()
|
| H A D | rxe_qp.c | 66 case IB_QPT_GSI: in rxe_qp_chk_init() 83 if (init->qp_type == IB_QPT_GSI) { in rxe_qp_chk_init() 91 if (init->qp_type == IB_QPT_GSI && port->qp_gsi_index) { in rxe_qp_chk_init() 162 case IB_QPT_GSI: in rxe_qp_init_misc()
|
| H A D | rxe_opcode.c | 32 [IB_QPT_GSI] = WR_INLINE_MASK | WR_SEND_MASK, 41 [IB_QPT_GSI] = WR_INLINE_MASK | WR_SEND_MASK,
|
| H A D | rxe_resp.c | 248 case IB_QPT_GSI: in check_op_valid() 347 if ((qp_type(qp) == IB_QPT_GSI) || (qp_type(qp) == IB_QPT_UD)) { in rxe_resp_check_length() 1001 qp_type(qp) == IB_QPT_GSI) { in execute()
|
| /linux-6.15/drivers/infiniband/hw/hns/ |
| H A D | hns_roce_qp.c | 258 if (hr_qp->ibqp.qp_type == IB_QPT_GSI) { in alloc_qpn() 428 if (hr_qp->ibqp.qp_type == IB_QPT_GSI) in free_qpn() 530 if (!(hr_qp->ibqp.qp_type == IB_QPT_GSI || in update_inline_data() 576 bool is_ud_or_gsi = (hr_qp->ibqp.qp_type == IB_QPT_GSI || in set_ext_sge_param() 1039 hr_qp->ibqp.qp_type == IB_QPT_GSI) in default_congest_type() 1287 case IB_QPT_GSI: in check_qp_type() 1316 if (init_attr->qp_type == IB_QPT_GSI) { in hns_roce_create_qp() 1339 case IB_QPT_GSI: in to_hr_qp_type()
|
| /linux-6.15/drivers/infiniband/hw/mlx4/ |
| H A D | mad.c | 531 if (dest_qpt > IB_QPT_GSI) { in mlx4_ib_send_to_slave() 1035 q ? IB_QPT_GSI : IB_QPT_SMI, in mlx4_ib_mad_init() 1591 IB_QPT_SMI : IB_QPT_GSI, in mlx4_ib_multiplex_mad() 1610 if (qp_type > IB_QPT_GSI) in mlx4_ib_alloc_pv_bufs() 1706 if (qp_type > IB_QPT_GSI) in mlx4_ib_free_pv_qp_bufs() 1807 if (qp_type > IB_QPT_GSI) in create_pv_sqp() 2004 ret = mlx4_ib_alloc_pv_bufs(ctx, IB_QPT_GSI, create_tun); in create_pv_resources() 2040 ret = create_pv_sqp(ctx, IB_QPT_GSI, create_tun); in create_pv_resources() 2083 mlx4_ib_free_pv_qp_bufs(ctx, IB_QPT_GSI, create_tun); in create_pv_resources() 2109 mlx4_ib_free_pv_qp_bufs(ctx, IB_QPT_GSI, 1); in destroy_pv_resources() [all …]
|
| H A D | qp.c | 1013 if (init_attr->qp_type == IB_QPT_GSI) in create_qp_common() 1031 tnl_init->proxy_qp_type != IB_QPT_GSI) || in create_qp_common() 1034 if (tnl_init->proxy_qp_type == IB_QPT_GSI) in create_qp_common() 1050 init_attr->qp_type == IB_QPT_GSI || qp_type == MLX4_IB_QPT_SMI || in create_qp_common() 1561 init_attr->qp_type > IB_QPT_GSI) || in _mlx4_ib_create_qp() 1563 init_attr->qp_type != IB_QPT_GSI)) in _mlx4_ib_create_qp() 1592 case IB_QPT_GSI: in _mlx4_ib_create_qp() 1644 if (init_attr->qp_type == IB_QPT_GSI && in mlx4_ib_create_qp() 2197 if (qp_type == IB_QPT_GSI || qp_type == IB_QPT_SMI) in __mlx4_ib_modify_qp() 2283 if (qp_type == IB_QPT_GSI) { in __mlx4_ib_modify_qp() [all …]
|
| /linux-6.15/drivers/infiniband/core/ |
| H A D | verbs.c | 1421 [IB_QPT_GSI] = (IB_QP_PKEY_INDEX | 1449 [IB_QPT_GSI] = (IB_QP_PKEY_INDEX | 1494 [IB_QPT_GSI] = (IB_QP_PKEY_INDEX | 1520 [IB_QPT_GSI] = IB_QP_SQ_PSN, 1545 [IB_QPT_GSI] = (IB_QP_CUR_STATE | 1579 [IB_QPT_GSI] = (IB_QP_CUR_STATE | 1593 [IB_QPT_GSI] = IB_QP_EN_SQD_ASYNC_NOTIFY 1625 [IB_QPT_GSI] = (IB_QP_CUR_STATE | 1672 [IB_QPT_GSI] = (IB_QP_PKEY_INDEX | 1689 [IB_QPT_GSI] = (IB_QP_CUR_STATE |
|
| H A D | agent.c | 187 IB_QPT_GSI, NULL, 0, in ib_agent_port_open()
|
| H A D | restrack.c | 201 if (qp->qp_type == IB_QPT_SMI || qp->qp_type == IB_QPT_GSI) in rdma_restrack_add()
|
| /linux-6.15/drivers/infiniband/hw/qedr/ |
| H A D | qedr.h | 621 if (qp->qp_type == IB_QPT_GSI || qp->qp_type == IB_QPT_XRC_TGT) in qedr_qp_has_sq() 629 if (qp->qp_type == IB_QPT_GSI || qp->qp_type == IB_QPT_XRC_INI || in qedr_qp_has_rq()
|
| H A D | verbs.c | 1199 attrs->qp_type != IB_QPT_GSI && in qedr_check_qp_attrs() 1239 if ((attrs->qp_type != IB_QPT_GSI) && (dev->gsi_qp_created) && in qedr_check_qp_attrs() 2148 if (qp->qp_type == IB_QPT_GSI) in qedr_cleanup_kernel() 2246 if (qp->qp_type != IB_QPT_GSI) { in qedr_free_qp_resources() 2295 if (attrs->qp_type == IB_QPT_GSI) in qedr_create_qp() 2713 if (qp->qp_type != IB_QPT_GSI) in qedr_modify_qp() 2718 if ((qp->qp_type != IB_QPT_GSI) && (!udata)) in qedr_modify_qp() 2755 if (qp->qp_type != IB_QPT_GSI) { in qedr_query_qp() 2857 if (qp->qp_type == IB_QPT_GSI) in qedr_destroy_qp() 3766 if (qp->qp_type == IB_QPT_GSI) in qedr_post_send() [all …]
|
| /linux-6.15/drivers/infiniband/hw/ocrdma/ |
| H A D | ocrdma_verbs.c | 1102 if ((attrs->qp_type != IB_QPT_GSI) && in ocrdma_check_qp_params() 1111 if ((attrs->qp_type != IB_QPT_GSI) && in ocrdma_check_qp_params() 1148 if (udata && attrs->qp_type == IB_QPT_GSI) { in ocrdma_check_qp_params() 1155 if (attrs->qp_type == IB_QPT_GSI && dev->gsi_qp_created) { in ocrdma_check_qp_params() 1161 if ((attrs->qp_type != IB_QPT_GSI) && (dev->gsi_qp_created)) { in ocrdma_check_qp_params() 1287 if (attrs->qp_type == IB_QPT_GSI) { in ocrdma_store_gsi_qp_cq() 1882 if (qp->qp_type == IB_QPT_GSI) in ocrdma_build_ud_hdr() 1965 if (qp->qp_type == IB_QPT_UD || qp->qp_type == IB_QPT_GSI) { in ocrdma_build_send() 2450 if (qp->qp_type == IB_QPT_UD || qp->qp_type == IB_QPT_GSI) { in ocrdma_set_cqe_status_flushed() 2690 if (qp->qp_type == IB_QPT_UD || qp->qp_type == IB_QPT_GSI) in ocrdma_poll_success_rcqe() [all …]
|
| /linux-6.15/drivers/infiniband/hw/vmw_pvrdma/ |
| H A D | pvrdma_qp.c | 216 init_attr->qp_type != IB_QPT_GSI) { in pvrdma_create_qp() 232 case IB_QPT_GSI: in pvrdma_create_qp() 739 qp->ibqp.qp_type == IB_QPT_GSI) { in pvrdma_post_send() 767 case IB_QPT_GSI: in pvrdma_post_send()
|
| /linux-6.15/drivers/infiniband/hw/mthca/ |
| H A D | mthca_mad.c | 294 q ? IB_QPT_GSI : IB_QPT_SMI, in mthca_create_agents()
|
| /linux-6.15/drivers/infiniband/hw/erdma/ |
| H A D | erdma_cq.c | 188 (qp->ibqp.qp_type == IB_QPT_UD || qp->ibqp.qp_type == IB_QPT_GSI)) in erdma_poll_one_cqe()
|
| /linux-6.15/drivers/infiniband/hw/bnxt_re/ |
| H A D | ib_verbs.c | 985 if (ib_qp->qp_type == IB_QPT_GSI && rdev->gsi_ctx.gsi_sqp) in bnxt_re_destroy_qp() 1015 case IB_QPT_GSI: in __from_ib_qp_type() 1425 init_attr->qp_type == IB_QPT_GSI) in bnxt_re_init_qp_type() 1489 if (init_attr->qp_type == IB_QPT_GSI) in bnxt_re_init_qp_attr() 1496 if (init_attr->qp_type == IB_QPT_GSI) in bnxt_re_init_qp_attr() 1633 if (qp_init_attr->qp_type == IB_QPT_GSI && in bnxt_re_create_qp() 1660 if (qp_init_attr->qp_type == IB_QPT_GSI) in bnxt_re_create_qp() 2275 if (ib_qp->qp_type == IB_QPT_GSI && rdev->gsi_ctx.gsi_sqp) in bnxt_re_modify_qp() 2762 qp->ib_qp.qp_type == IB_QPT_GSI || in bnxt_ud_qp_hw_stall_workaround() 3000 if (ib_qp->qp_type == IB_QPT_GSI && in bnxt_re_post_recv()
|
| /linux-6.15/drivers/infiniband/sw/rdmavt/ |
| H A D | qp.c | 502 if (type == IB_QPT_SMI || type == IB_QPT_GSI) { in alloc_qpn() 505 ret = type == IB_QPT_GSI; in alloc_qpn() 693 qp->ibqp.qp_type == IB_QPT_GSI) in rvt_qp_mr_clean() 1070 case IB_QPT_GSI: in rvt_create_qp() 1475 qp->ibqp.qp_type == IB_QPT_GSI || in rvt_modify_qp()
|