Lines Matching refs:cur_state

2118 			       enum ib_qp_state cur_state,
2230 if (cur_state == IB_QPS_RESET && new_state == IB_QPS_INIT) {
2248 if (cur_state == IB_QPS_SQD && new_state == IB_QPS_SQD &&
2255 if (cur_state == IB_QPS_INIT && new_state == IB_QPS_RTR) {
2324 (cur_state == IB_QPS_INIT && new_state == IB_QPS_RTR)) {
2444 cur_state == IB_QPS_RESET &&
2448 if (cur_state == IB_QPS_INIT &&
2504 if (cur_state == IB_QPS_RTS && new_state == IB_QPS_SQD &&
2511 cur_state == IB_QPS_RESET &&
2522 cur_state == IB_QPS_RESET &&
2537 cur_state == IB_QPS_RESET &&
2543 err = mlx4_qp_modify(dev->dev, &qp->mtt, to_mlx4_state(cur_state),
2570 if (cur_state != IB_QPS_RTR && new_state == IB_QPS_RTR)
2575 if (cur_state != IB_QPS_RESET && cur_state != IB_QPS_ERR &&
2708 enum ib_qp_state cur_state, new_state;
2712 cur_state = attr_mask & IB_QP_CUR_STATE ? attr->cur_qp_state : qp->state;
2713 new_state = attr_mask & IB_QP_STATE ? attr->qp_state : cur_state;
2715 if (!ib_modify_qp_is_ok(cur_state, new_state, ibqp->qp_type,
2720 ibqp->qp_num, cur_state, new_state,
2726 if (!(((cur_state == IB_QPS_RESET) &&
2728 ((cur_state == IB_QPS_INIT) &&
2731 ibqp->qp_num, cur_state, new_state);
2739 ibqp->qp_num, attr_mask, cur_state, new_state);
2747 if ((cur_state == IB_QPS_RESET) && (new_state == IB_QPS_INIT)) {
2766 ibqp->qp_num, attr->port_num, cur_state,
2781 ibqp->qp_num, attr->pkey_index, cur_state,
2791 ibqp->qp_num, attr->max_rd_atomic, cur_state,
2800 ibqp->qp_num, attr->max_dest_rd_atomic, cur_state,
2805 if (cur_state == new_state && cur_state == IB_QPS_RESET) {
2818 cur_state, new_state, udata);
4274 enum ib_wq_state cur_state, new_state;
4296 cur_state = wq_attr->curr_wq_state;
4299 if ((new_state == IB_WQS_RDY) && (cur_state == IB_WQS_ERR))
4302 if ((new_state == IB_WQS_ERR) && (cur_state == IB_WQS_RESET))