Searched refs:new_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
3546 new_qp_state = attr->qp_state;
3548 new_qp_state = old_qp_state;
3553 new_qp_state,
3560 " old_qp_state=0x%x, new_qp_state=0x%x\n",
3562 old_qp_state, new_qp_state);
3568 new_qp_state,
3574 " old_qp_state=0x%x, new_qp_state=0x%x\n",
3576 old_qp_state, new_qp_state);

Completed in 191 milliseconds