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

/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_rx.h140 SFXGE_FLUSH_DONE = 0, enumerator in enum:sfxge_flush_state
H A Dsfxge_rx.c159 rxq->flush_state = SFXGE_FLUSH_DONE;
954 while (rxq->flush_state != SFXGE_FLUSH_DONE && retry != 0) {
982 rxq->flush_state = SFXGE_FLUSH_DONE;
989 rxq->flush_state = SFXGE_FLUSH_DONE;
H A Dsfxge_tx.c1471 txq->flush_state = SFXGE_FLUSH_DONE;
1494 if (txq->flush_state != SFXGE_FLUSH_DONE) {
1504 txq->flush_state = SFXGE_FLUSH_DONE;
1520 if (txq->flush_state != SFXGE_FLUSH_DONE) {
1524 txq->flush_state = SFXGE_FLUSH_DONE;

Completed in 99 milliseconds