Home
last modified time | relevance | path

Searched refs:old_qps (Results 1 – 1 of 1) sorted by relevance

/drivers/infiniband/hw/ocrdma/
Docrdma_verbs.c1487 enum ib_qp_state old_qps; in _ocrdma_modify_qp() local
1492 status = ocrdma_qp_state_change(qp, attr->qp_state, &old_qps); in _ocrdma_modify_qp()
1510 enum ib_qp_state old_qps, new_qps; in ocrdma_modify_qp() local
1519 old_qps = get_ibqp_state(qp->state); in ocrdma_modify_qp()
1523 new_qps = old_qps; in ocrdma_modify_qp()
1526 if (!ib_modify_qp_is_ok(old_qps, new_qps, ibqp->qp_type, attr_mask, in ocrdma_modify_qp()
1531 old_qps, new_qps); in ocrdma_modify_qp()