Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_rx.h74 #define SFC_EFX_RXQ_FLAG_RUNNING 0x2 macro
H A Dsfc_rx.c231 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()