Home
last modified time | relevance | path

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

/src/sys/dev/bnxt/bnxt_re/
H A Dib_verbs.c2647 enum ib_qp_state curr_qp_state, new_qp_state; in bnxt_re_modify_qp() local
2670 new_qp_state = qp_attr->qp_state; in bnxt_re_modify_qp()
2671 if (!ib_modify_qp_is_ok_compat(curr_qp_state, new_qp_state, in bnxt_re_modify_qp()
2677 curr_qp_state, new_qp_state); in bnxt_re_modify_qp()
2683 ib_qp->qp_type, curr_qp_state, new_qp_state); in bnxt_re_modify_qp()
2688 new_qp_state == IB_QPS_INIT) { in bnxt_re_modify_qp()
/src/sys/dev/qlnx/qlnxr/
H A Dqlnxr_verbs.c3365 enum ib_qp_state old_qp_state, new_qp_state; in qlnxr_modify_qp() local
3377 new_qp_state = attr->qp_state; in qlnxr_modify_qp()
3379 new_qp_state = old_qp_state; in qlnxr_modify_qp()
3383 new_qp_state, in qlnxr_modify_qp()
3391 old_qp_state, new_qp_state); in qlnxr_modify_qp()