Searched refs:qp_cur_state (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/infiniband/hw/mlx4/
H A Dqp.c4208 enum ib_qp_state qp_cur_state; local
4216 qp_cur_state = qp->state;
4219 if (ib_wq2qp_state(new_state) == qp_cur_state)
4237 qp_cur_state = IB_QPS_INIT;
4242 qp_cur_state, qp_new_state, udata);
4244 if (err && (qp_cur_state == IB_QPS_INIT)) {

Completed in 123 milliseconds