Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/ocrdma/
H A Docrdma_verbs.c1391 enum ib_qp_state old_qps, new_qps; in ocrdma_modify_qp() local
1405 new_qps = attr->qp_state; in ocrdma_modify_qp()
1407 new_qps = old_qps; in ocrdma_modify_qp()
1410 if (!ib_modify_qp_is_ok(old_qps, new_qps, ibqp->qp_type, attr_mask)) { in ocrdma_modify_qp()
1414 old_qps, new_qps); in ocrdma_modify_qp()