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

/freebsd-13-stable/sys/dev/cxgbe/cxgbei/
H A Dcxgbei.h45 volatile int cwt_state; member in struct:cxgbei_worker_thread_softc
H A Dcxgbei.c468 if (cwt->cwt_state == CWT_SLEEPING) {
469 cwt->cwt_state = CWT_RUNNING;
584 MPASS(cwt->cwt_state == 0);
585 cwt->cwt_state = CWT_RUNNING;
588 while (__predict_true(cwt->cwt_state != CWT_STOP)) {
589 cwt->cwt_state = CWT_RUNNING;
635 if (__predict_false(cwt->cwt_state == CWT_STOP))
637 cwt->cwt_state = CWT_SLEEPING;
643 cwt->cwt_state = CWT_STOPPED;
687 while (cwt->cwt_state
[all...]

Completed in 52 milliseconds