Searched refs:old_qp_state (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/qlnx/qlnxr/
H A Dqlnxr_verbs.c3534 enum ib_qp_state old_qp_state, new_qp_state; local
3544 old_qp_state = qlnxr_get_ibqp_state(qp->state);
3548 new_qp_state = old_qp_state;
3552 if (!ib_modify_qp_is_ok(old_qp_state,
3560 " old_qp_state=0x%x, new_qp_state=0x%x\n",
3562 old_qp_state, new_qp_state);
3567 if (!ib_modify_qp_is_ok(old_qp_state,
3574 " old_qp_state=0x%x, new_qp_state=0x%x\n",
3576 old_qp_state, new_qp_state);

Completed in 114 milliseconds