Searched refs:SFC_EFX_RXQ_FLAG_RUNNING (Results 1 – 2 of 2) sorted by relevance
74 #define SFC_EFX_RXQ_FLAG_RUNNING 0x2 macro
231 if (unlikely((rxq->flags & SFC_EFX_RXQ_FLAG_RUNNING) == 0)) in sfc_efx_recv_pkts()334 if ((rxq->flags & SFC_EFX_RXQ_FLAG_RUNNING) == 0) in sfc_efx_rx_qdesc_npending()357 SFC_ASSERT((rxq->flags & SFC_EFX_RXQ_FLAG_RUNNING) == in sfc_efx_rx_qdesc_status()358 SFC_EFX_RXQ_FLAG_RUNNING); in sfc_efx_rx_qdesc_status()553 rxq->flags |= (SFC_EFX_RXQ_FLAG_STARTED | SFC_EFX_RXQ_FLAG_RUNNING); in sfc_efx_rx_qstart()575 rxq->flags &= ~SFC_EFX_RXQ_FLAG_RUNNING; in sfc_efx_rx_qstop()