Searched refs:SFC_EFX_TXQ_FLAG_STARTED (Results 1 – 3 of 3) sorted by relevance
82 #define SFC_EFX_TXQ_FLAG_STARTED 0x1 macro
1078 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()
245 if (unlikely((txq->flags & SFC_EFX_TXQ_FLAG_STARTED) == 0)) in sfc_ev_tx()