Home
last modified time | relevance | path

Searched refs:SFC_EFX_TXQ_FLAG_STARTED (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_tx.h82 #define SFC_EFX_TXQ_FLAG_STARTED 0x1 macro
H A Dsfc_tx.c1078 txq->flags |= (SFC_EFX_TXQ_FLAG_STARTED | SFC_EFX_TXQ_FLAG_RUNNING); in sfc_efx_tx_qstart()
1109 txq->flags &= ~SFC_EFX_TXQ_FLAG_STARTED; in sfc_efx_tx_qreap()
H A Dsfc_ev.c245 if (unlikely((txq->flags & SFC_EFX_TXQ_FLAG_STARTED) == 0)) in sfc_ev_tx()