Searched refs:SFC_EFX_TXQ_FLAG_RUNNING (Results 1 – 2 of 2) sorted by relevance
83 #define SFC_EFX_TXQ_FLAG_RUNNING 0x2 macro
763 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()