Home
last modified time | relevance | path

Searched refs:SFC_TXQ_FLUSHED (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_tx.h44 #define SFC_TXQ_FLUSHED (1 << SFC_TXQ_FLUSHED_BIT) macro
H A Dsfc_tx.c110 txq_info->state |= SFC_TXQ_FLUSHED; in sfc_tx_qflush_done()
550 ((txq_info->state & SFC_TXQ_FLUSHED) == 0) && in sfc_tx_qstop()
556 SFC_TXQ_FLUSHED : SFC_TXQ_FLUSH_FAILED; in sfc_tx_qstop()
576 if (txq_info->state & SFC_TXQ_FLUSHED) in sfc_tx_qstop()