Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/igc/base/
H A Digc_base.c142 rxdctl[i] & ~IGC_RXDCTL_QUEUE_ENABLE); in igc_rx_fifo_flush_base()
150 if (!(rx_enabled & IGC_RXDCTL_QUEUE_ENABLE)) in igc_rx_fifo_flush_base()
H A Digc_base.h120 #define IGC_RXDCTL_QUEUE_ENABLE 0x02000000 /* Ena specific Rx Queue */ macro
/f-stack/dpdk/drivers/net/igc/
H A Digc_txrx.c1188 rxdctl = IGC_RXDCTL_QUEUE_ENABLE; in igc_rx_init()