Searched refs:qp_new_state (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/infiniband/hw/ehca/ |
D | ehca_qp.c | 1242 enum ib_qp_state qp_cur_state, qp_new_state; in internal_modify_qp() local 1330 qp_new_state = attr_mask & IB_QP_STATE ? attr->qp_state : qp_cur_state; in internal_modify_qp() 1332 !ib_modify_qp_is_ok(qp_cur_state, qp_new_state, ibqp->qp_type, in internal_modify_qp() 1337 "ehca_qp=%p qp_num=%x attr_mask=%x", qp_new_state, in internal_modify_qp() 1342 mqpcb->qp_state = ib2ehca_qp_state(qp_new_state); in internal_modify_qp() 1349 qp_new_state, my_qp, ibqp->qp_num); in internal_modify_qp() 1354 statetrans = get_modqp_statetrans(qp_cur_state, qp_new_state); in internal_modify_qp() 1359 "qp_num=%x", qp_cur_state, qp_new_state, in internal_modify_qp() 1739 if ((qp_new_state == IB_QPS_ERR) && (qp_cur_state != IB_QPS_ERR) in internal_modify_qp()
|