Searched refs:IB_QPS_RTS (Results 1 – 16 of 16) sorted by relevance
468 [IB_QPS_RTS] = {510 [IB_QPS_RTS] = {513 [IB_QPS_RTS] = {553 [IB_QPS_RTS] = {622 [IB_QPS_RTS] = {652 cur_state != IB_QPS_RTR && cur_state != IB_QPS_RTS && in ib_modify_qp_is_ok()
1280 case IB_QPS_RTS: in iw_cm_init_qp_attr()
2225 attr->qp_state = IB_QPS_RTS; in mad_error_handler()2686 attr->qp_state = IB_QPS_RTS; in ib_mad_port_start()
557 qp_attr.qp_state = IB_QPS_RTS; in cma_init_ud_qp()668 qp_attr.qp_state = IB_QPS_RTS; in cma_modify_qp_rts()
3618 case IB_QPS_RTS: in ib_cm_init_qp_attr()
1707 [IB_QPS_RTS] = CMD_RTR2RTS_QPEE, in mthca_MODIFY_QP()1709 [IB_QPS_RTS] = { in mthca_MODIFY_QP()1712 [IB_QPS_RTS] = CMD_RTS2RTS_QPEE, in mthca_MODIFY_QP()1718 [IB_QPS_RTS] = CMD_SQD2RTS_QPEE, in mthca_MODIFY_QP()1724 [IB_QPS_RTS] = CMD_SQERR2RTS_QPEE, in mthca_MODIFY_QP()
276 case IB_QPS_RTS: return MTHCA_QP_STATE_RTS; in to_mthca_state()366 case MTHCA_QP_STATE_RTS: return IB_QPS_RTS; in to_ib_qp_state()779 if (cur_state == IB_QPS_RTS && new_state == IB_QPS_SQD && in __mthca_modify_qp()
279 case IB_QPS_RTS: in iwch_convert_state()
107 qp_attr.qp_state = IB_QPS_RTS; in ipoib_init_qp()
268 qp_attr.qp_state = IB_QPS_RTS; in ipoib_cm_modify_rx_qp()870 qp_attr.qp_state = IB_QPS_RTS; in ipoib_cm_rep_handler()
561 case IB_QPS_RTS: in c4iw_convert_state()580 return IB_QPS_RTS; in to_ib_qp_state()
190 if (__mlx5_ib_modify_qp(&qp->ibqp, &qp_attr, 0, IB_QPS_SQD, IB_QPS_RTS)) in mlx5_ib_sqd_work()636 case IB_QPS_RTS: return MLX5_QP_STATE_RTS; in to_mlx5_state()1992 if (cur_state == IB_QPS_RTS && new_state == IB_QPS_SQD && in __mlx5_ib_modify_qp()2785 case MLX5_QP_STATE_RTS: return IB_QPS_RTS; in to_ib_qp_state()
1135 case IB_QPS_RTS: return MLX4_QP_STATE_RTS; in to_mlx4_state()2017 if (cur_state == IB_QPS_RTS && new_state == IB_QPS_SQD && in __mlx4_ib_modify_qp()3412 case MLX4_QP_STATE_RTS: return IB_QPS_RTS; in to_ib_qp_state()
1777 attr.qp_state = IB_QPS_RTS; in create_pv_sqp()
791 IB_QPS_RTS, enumerator
9217 #define IB_QPS_RTS 0x00000008 macro