Home
last modified time | relevance | path

Searched refs:IB_QPS_RTR (Results 1 – 25 of 40) sorted by relevance

12

/openbmc/linux/drivers/infiniband/hw/usnic/
H A Dusnic_ib_qp_grp.c55 case IB_QPS_RTR: in usnic_ib_qp_grp_state_to_string()
413 case IB_QPS_RTR: in usnic_ib_qp_grp_modify()
456 case IB_QPS_RTR: in usnic_ib_qp_grp_modify()
466 case IB_QPS_RTR: in usnic_ib_qp_grp_modify()
477 case IB_QPS_RTR: in usnic_ib_qp_grp_modify()
499 case IB_QPS_RTR: in usnic_ib_qp_grp_modify()
H A Dusnic_ib_main.c117 cur_state == IB_QPS_RTR || in usnic_ib_qp_grp_modify_active_to_err()
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dmem.c258 qp_attr.qp_state = IB_QPS_RTR; in mlx5_ib_test_wc()
H A Dgsi.c239 attr.qp_state = IB_QPS_RTR; in modify_to_rts()
H A Dqp.c801 case IB_QPS_RTR: return MLX5_QP_STATE_RTR; in to_mlx5_state()
3192 if (mqp->state == IB_QPS_RTR) { in mlx5_ib_destroy_dct()
4198 if (tx_affinity && new_state == IB_QPS_RTR && in __mlx5_ib_modify_qp()
4470 } else if (cur_state == IB_QPS_INIT && new_state == IB_QPS_RTR) { in modify_dci_qp_is_ok()
4474 } else if (cur_state == IB_QPS_RTR && new_state == IB_QPS_RTS) { in modify_dci_qp_is_ok()
4560 } else if (cur_state == IB_QPS_INIT && new_state == IB_QPS_RTR) { in mlx5_ib_modify_dct()
4774 case MLX5_QP_STATE_RTR: return IB_QPS_RTR; in to_ib_qp_state()
5023 if (mqp->state != IB_QPS_RTR) in mlx5_ib_dct_query_qp()
5037 qp_attr->qp_state = IB_QPS_RTR; in mlx5_ib_dct_query_qp()
H A Dumr.c116 attr.qp_state = IB_QPS_RTR; in mlx5r_umr_qp_rst2rts()
/openbmc/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_verbs.c114 qp_attr.qp_state = IB_QPS_RTR; in ipoib_init_qp()
H A Dipoib_cm.c292 qp_attr.qp_state = IB_QPS_RTR; in ipoib_cm_modify_rx_qp()
1004 qp_attr.qp_state = IB_QPS_RTR; in ipoib_cm_rep_handler()
/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_recv.c44 if (unlikely(qp_state(qp) < IB_QPS_RTR)) { in check_type_state()
H A Drxe_net.c417 (!is_request && (qp_state(qp) < IB_QPS_RTR))) { in rxe_xmit_packet()
H A Drxe_qp.c609 [IB_QPS_RTR] = "RTR",
/openbmc/linux/drivers/infiniband/hw/mlx4/
H A Dqp.c1293 case IB_QPS_RTR: return MLX4_QP_STATE_RTR; in to_mlx4_state()
2247 if (cur_state == IB_QPS_INIT && new_state == IB_QPS_RTR) { in __mlx4_ib_modify_qp()
2316 (cur_state == IB_QPS_INIT && new_state == IB_QPS_RTR)) { in __mlx4_ib_modify_qp()
2441 new_state == IB_QPS_RTR && in __mlx4_ib_modify_qp()
2486 if (qp_type == IB_QPT_UD && (new_state == IB_QPS_RTR)) { in __mlx4_ib_modify_qp()
2562 if (cur_state != IB_QPS_RTR && new_state == IB_QPS_RTR) in __mlx4_ib_modify_qp()
2721 (new_state == IB_QPS_RTR)))) { in _mlx4_ib_modify_qp()
3942 case MLX4_QP_STATE_RTR: return IB_QPS_RTR; in to_ib_qp_state()
4198 return IB_QPS_RTR; in ib_wq2qp_state()
/openbmc/linux/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c276 case IB_QPS_RTR: return MTHCA_QP_STATE_RTR; in to_mthca_state()
363 case MTHCA_QP_STATE_RTR: return IB_QPS_RTR; in to_ib_qp_state()
668 cur_state == IB_QPS_INIT && new_state == IB_QPS_RTR) { in __mthca_modify_qp()
819 if (cur_state != IB_QPS_RTR && in __mthca_modify_qp()
820 new_state == IB_QPS_RTR) in __mthca_modify_qp()
H A Dmthca_cmd.c1741 [IB_QPS_RTR] = CMD_INIT2RTR_QPEE, in mthca_MODIFY_QP()
1743 [IB_QPS_RTR] = { in mthca_MODIFY_QP()
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_uc.c327 if (qp->state == IB_QPS_RTR && !(qp->r_flags & RVT_R_COMM_EST)) in qib_uc_rcv()
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Duc.c343 if (qp->state == IB_QPS_RTR && !(qp->r_flags & RVT_R_COMM_EST)) in hfi1_uc_rcv()
/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c377 hr_qp->state == IB_QPS_RTR)) in check_send_valid()
2748 attr->qp_state = IB_QPS_RTR; in free_mr_modify_rsv_qp()
2757 IB_QPS_RTR, NULL); in free_mr_modify_rsv_qp()
2771 ret = hr_dev->hw->modify_qp(&hr_qp->ibqp, attr, mask, IB_QPS_RTR, in free_mr_modify_rsv_qp()
4950 [IB_QPS_RTR] = true, in check_qp_state()
4952 [IB_QPS_RTR] = { [IB_QPS_RESET] = true, in check_qp_state()
4987 } else if (cur_state == IB_QPS_INIT && new_state == IB_QPS_RTR) { in hns_roce_v2_set_abs_fields()
4990 } else if (cur_state == IB_QPS_RTR && new_state == IB_QPS_RTS) { in hns_roce_v2_set_abs_fields()
5261 [HNS_ROCE_QP_ST_RTR] = IB_QPS_RTR, in to_ib_qp_st()
/openbmc/linux/drivers/infiniband/hw/efa/
H A Defa_verbs.c797 [IB_QPS_RTR] = {
803 [IB_QPS_RTR] = {
864 cur_state != IB_QPS_RTR && cur_state != IB_QPS_RTS && in efa_modify_srd_qp_is_ok()
/openbmc/linux/drivers/infiniband/core/
H A Dverbs.c1441 [IB_QPS_RTR] = {
1487 [IB_QPS_RTR] = {
1694 cur_state != IB_QPS_RTR && cur_state != IB_QPS_RTS && in ib_modify_qp_is_ok()
H A Diwcm.c1170 case IB_QPS_RTR: in iw_cm_init_qp_attr()
/openbmc/linux/drivers/infiniband/sw/siw/
H A Dsiw_verbs.c25 [IB_QPS_RTR] = SIW_QP_STATE_RTR,
33 [IB_QPS_RESET] = "RESET", [IB_QPS_INIT] = "INIT", [IB_QPS_RTR] = "RTR",
/openbmc/linux/drivers/infiniband/hw/erdma/
H A Derdma_verbs.c1508 [IB_QPS_RTR] = ERDMA_QP_STATE_RTR,
1549 return IB_QPS_RTR; in query_qp_state()
/openbmc/linux/net/smc/
H A Dsmc_ib.c71 qp_attr.qp_state = IB_QPS_RTR; in smc_ib_modify_qp_rtr()
/openbmc/linux/drivers/infiniband/sw/rdmavt/
H A Dqp.c71 [IB_QPS_RTR] = RVT_POST_RECV_OK | RVT_PROCESS_RECV_OK,
1535 case IB_QPS_RTR: in rvt_modify_qp()
/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c1607 case IB_QPS_RTR: in __from_ib_qp_state()
1629 return IB_QPS_RTR; in __to_ib_qp_state()
2061 if (qp_attr->qp_state == IB_QPS_RTR) { in bnxt_re_modify_qp()

12