Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_tx.h83 #define SFC_EFX_TXQ_FLAG_RUNNING 0x2 macro
H A Dsfc_tx.c763 if (unlikely((txq->flags & SFC_EFX_TXQ_FLAG_RUNNING) == 0)) in sfc_efx_xmit_pkts()
1078 txq->flags |= (SFC_EFX_TXQ_FLAG_STARTED | SFC_EFX_TXQ_FLAG_RUNNING); in sfc_efx_tx_qstart()
1090 txq->flags &= ~SFC_EFX_TXQ_FLAG_RUNNING; in sfc_efx_tx_qstop()
1130 SFC_ASSERT((txq->flags & SFC_EFX_TXQ_FLAG_RUNNING) == in sfc_efx_tx_qdesc_status()
1131 SFC_EFX_TXQ_FLAG_RUNNING); in sfc_efx_tx_qdesc_status()