Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/qedr/
H A Dverbs.c2472 enum ib_qp_state old_qp_state, new_qp_state; in qedr_modify_qp() local
2485 new_qp_state = attr->qp_state; in qedr_modify_qp()
2487 new_qp_state = old_qp_state; in qedr_modify_qp()
2490 if (!ib_modify_qp_is_ok(old_qp_state, new_qp_state, in qedr_modify_qp()
2496 old_qp_state, new_qp_state); in qedr_modify_qp()
/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c1929 enum ib_qp_state curr_qp_state, new_qp_state; in bnxt_re_modify_qp() local
1940 new_qp_state = qp_attr->qp_state; in bnxt_re_modify_qp()
1941 if (!ib_modify_qp_is_ok(curr_qp_state, new_qp_state, in bnxt_re_modify_qp()
1951 curr_qp_state, new_qp_state); in bnxt_re_modify_qp()