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

/freebsd-13-stable/sys/dev/sfxge/
H A Dsfxge_rx.h178 volatile enum sfxge_flush_state flush_state __aligned(CACHE_LINE_SIZE);
H A Dsfxge_tx.h176 enum sfxge_flush_state flush_state; member in struct:sfxge_txq
H A Dsfxge_rx.c160 rxq->flush_state = SFXGE_FLUSH_DONE;
167 rxq->flush_state = SFXGE_FLUSH_FAILED;
955 while (rxq->flush_state != SFXGE_FLUSH_DONE && retry != 0) {
956 rxq->flush_state = SFXGE_FLUSH_PENDING;
963 rxq->flush_state = SFXGE_FLUSH_FAILED;
972 if (rxq->flush_state != SFXGE_FLUSH_PENDING)
979 if (rxq->flush_state == SFXGE_FLUSH_PENDING) {
983 rxq->flush_state = SFXGE_FLUSH_DONE;
987 if (rxq->flush_state == SFXGE_FLUSH_FAILED) {
990 rxq->flush_state
[all...]
H A Dsfxge_tx.c1467 txq->flush_state = SFXGE_FLUSH_DONE;
1490 if (txq->flush_state != SFXGE_FLUSH_DONE) {
1491 txq->flush_state = SFXGE_FLUSH_PENDING;
1500 txq->flush_state = SFXGE_FLUSH_DONE;
1506 if (txq->flush_state != SFXGE_FLUSH_PENDING)
1513 KASSERT(txq->flush_state != SFXGE_FLUSH_FAILED,
1514 ("txq->flush_state == SFXGE_FLUSH_FAILED"));
1516 if (txq->flush_state != SFXGE_FLUSH_DONE) {
1520 txq->flush_state = SFXGE_FLUSH_DONE;
1688 txq->flush_state
[all...]

Completed in 57 milliseconds