Searched refs:flush_state (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_rx.c159 rxq->flush_state = SFXGE_FLUSH_DONE;
166 rxq->flush_state = SFXGE_FLUSH_FAILED;
954 while (rxq->flush_state != SFXGE_FLUSH_DONE && retry != 0) {
955 rxq->flush_state = SFXGE_FLUSH_PENDING;
962 rxq->flush_state = SFXGE_FLUSH_FAILED;
971 if (rxq->flush_state != SFXGE_FLUSH_PENDING)
978 if (rxq->flush_state == SFXGE_FLUSH_PENDING) {
982 rxq->flush_state = SFXGE_FLUSH_DONE;
986 if (rxq->flush_state == SFXGE_FLUSH_FAILED) {
989 rxq->flush_state
[all...]
H A Dsfxge_rx.h176 volatile enum sfxge_flush_state flush_state __aligned(CACHE_LINE_SIZE);
H A Dsfxge_tx.c1471 txq->flush_state = SFXGE_FLUSH_DONE;
1494 if (txq->flush_state != SFXGE_FLUSH_DONE) {
1495 txq->flush_state = SFXGE_FLUSH_PENDING;
1504 txq->flush_state = SFXGE_FLUSH_DONE;
1510 if (txq->flush_state != SFXGE_FLUSH_PENDING)
1517 KASSERT(txq->flush_state != SFXGE_FLUSH_FAILED,
1518 ("txq->flush_state == SFXGE_FLUSH_FAILED"));
1520 if (txq->flush_state != SFXGE_FLUSH_DONE) {
1524 txq->flush_state = SFXGE_FLUSH_DONE;
1692 txq->flush_state
[all...]
H A Dsfxge_tx.h176 enum sfxge_flush_state flush_state; member in struct:sfxge_txq

Completed in 173 milliseconds