Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_tx.h40 #define SFC_TXQ_STARTED (1 << SFC_TXQ_STARTED_BIT) macro
H A Dsfc_tx.c496 txq_info->state |= SFC_TXQ_STARTED; in sfc_tx_qstart()
540 SFC_ASSERT(txq_info->state & SFC_TXQ_STARTED); in sfc_tx_qstop()
657 if (sas->txq_info[sw_index].state & SFC_TXQ_STARTED) in sfc_tx_stop()