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

/freebsd-13-stable/sys/dev/sfxge/
H A Dsfxge_rx.h142 SFXGE_FLUSH_DONE = 0, enumerator in enum:sfxge_flush_state
H A Dsfxge_rx.c160 rxq->flush_state = SFXGE_FLUSH_DONE;
955 while (rxq->flush_state != SFXGE_FLUSH_DONE && retry != 0) {
983 rxq->flush_state = SFXGE_FLUSH_DONE;
990 rxq->flush_state = SFXGE_FLUSH_DONE;
H A Dsfxge_tx.c1467 txq->flush_state = SFXGE_FLUSH_DONE;
1490 if (txq->flush_state != SFXGE_FLUSH_DONE) {
1500 txq->flush_state = SFXGE_FLUSH_DONE;
1516 if (txq->flush_state != SFXGE_FLUSH_DONE) {
1520 txq->flush_state = SFXGE_FLUSH_DONE;

Completed in 57 milliseconds