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

/freebsd-13-stable/sys/dev/cxgbe/cxgbei/
H A Dcxgbei.h38 CWT_STOP = 3, enumerator in enum:__anon11937
H A Dcxgbei.c588 while (__predict_true(cwt->cwt_state != CWT_STOP)) {
634 /* Inner loop doesn't check for CWT_STOP, do that first. */
635 if (__predict_false(cwt->cwt_state == CWT_STOP))
709 cwt->cwt_state = CWT_STOP;

Completed in 89 milliseconds