Searched refs:flush_state (Results 1 – 4 of 4) sorted by relevance
156 rxq->flush_state = SFXGE_FLUSH_DONE; in sfxge_rx_qflush_done()163 rxq->flush_state = SFXGE_FLUSH_FAILED; in sfxge_rx_qflush_failed()942 while (rxq->flush_state != SFXGE_FLUSH_DONE && retry != 0) { in sfxge_rx_qstop()943 rxq->flush_state = SFXGE_FLUSH_PENDING; in sfxge_rx_qstop()950 rxq->flush_state = SFXGE_FLUSH_FAILED; in sfxge_rx_qstop()959 if (rxq->flush_state != SFXGE_FLUSH_PENDING) in sfxge_rx_qstop()966 if (rxq->flush_state == SFXGE_FLUSH_PENDING) { in sfxge_rx_qstop()970 rxq->flush_state = SFXGE_FLUSH_DONE; in sfxge_rx_qstop()974 if (rxq->flush_state == SFXGE_FLUSH_FAILED) { in sfxge_rx_qstop()977 rxq->flush_state = SFXGE_FLUSH_DONE; in sfxge_rx_qstop()[all …]
1465 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()
176 volatile enum sfxge_flush_state flush_state __aligned(CACHE_LINE_SIZE);
174 enum sfxge_flush_state flush_state; member