Home
last modified time | relevance | path

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

/freebsd/sys/dev/sfxge/
H A Dsfxge_rx.c158 rxq->flush_state = SFXGE_FLUSH_DONE; in sfxge_rx_qflush_done()
165 rxq->flush_state = SFXGE_FLUSH_FAILED; in sfxge_rx_qflush_failed()
954 while (rxq->flush_state != SFXGE_FLUSH_DONE && retry != 0) { in sfxge_rx_qstop()
955 rxq->flush_state = SFXGE_FLUSH_PENDING; in sfxge_rx_qstop()
962 rxq->flush_state = SFXGE_FLUSH_FAILED; in sfxge_rx_qstop()
971 if (rxq->flush_state != SFXGE_FLUSH_PENDING) in sfxge_rx_qstop()
978 if (rxq->flush_state == SFXGE_FLUSH_PENDING) { in sfxge_rx_qstop()
982 rxq->flush_state = SFXGE_FLUSH_DONE; in sfxge_rx_qstop()
986 if (rxq->flush_state == SFXGE_FLUSH_FAILED) { in sfxge_rx_qstop()
989 rxq->flush_state = SFXGE_FLUSH_DONE; in sfxge_rx_qstop()
[all …]
H A Dsfxge_tx.c1465 txq->flush_state = SFXGE_FLUSH_DONE; in sfxge_tx_qflush_done()
1488 if (txq->flush_state != SFXGE_FLUSH_DONE) { in sfxge_tx_qstop()
1489 txq->flush_state = SFXGE_FLUSH_PENDING; in sfxge_tx_qstop()
1498 txq->flush_state = SFXGE_FLUSH_DONE; in sfxge_tx_qstop()
1504 if (txq->flush_state != SFXGE_FLUSH_PENDING) in sfxge_tx_qstop()
1511 KASSERT(txq->flush_state != SFXGE_FLUSH_FAILED, in sfxge_tx_qstop()
1514 if (txq->flush_state != SFXGE_FLUSH_DONE) { in sfxge_tx_qstop()
1518 txq->flush_state = SFXGE_FLUSH_DONE; in sfxge_tx_qstop()
1686 txq->flush_state = SFXGE_FLUSH_REQUIRED; in sfxge_tx_qstart()
H A Dsfxge_rx.h176 volatile enum sfxge_flush_state flush_state __aligned(CACHE_LINE_SIZE);
H A Dsfxge_tx.h174 enum sfxge_flush_state flush_state; member