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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ehca/
H A Dehca_qp.c1242 enum ib_qp_state qp_cur_state, qp_new_state; local
1330 qp_new_state = attr_mask & IB_QP_STATE ? attr->qp_state : qp_cur_state;
1332 !ib_modify_qp_is_ok(qp_cur_state, qp_new_state, ibqp->qp_type,
1337 "ehca_qp=%p qp_num=%x attr_mask=%x", qp_new_state,
1342 mqpcb->qp_state = ib2ehca_qp_state(qp_new_state);
1349 qp_new_state, my_qp, ibqp->qp_num);
1354 statetrans = get_modqp_statetrans(qp_cur_state, qp_new_state);
1359 "qp_num=%x", qp_cur_state, qp_new_state,
1739 if ((qp_new_state == IB_QPS_ERR) && (qp_cur_state != IB_QPS_ERR)

Completed in 39 milliseconds