Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/igc/base/
H A Digc_base.c140 rxdctl[i] = IGC_READ_REG(hw, IGC_RXDCTL(i)); in igc_rx_fifo_flush_base()
141 IGC_WRITE_REG(hw, IGC_RXDCTL(i), in igc_rx_fifo_flush_base()
149 rx_enabled |= IGC_READ_REG(hw, IGC_RXDCTL(i)); in igc_rx_fifo_flush_base()
179 IGC_WRITE_REG(hw, IGC_RXDCTL(i), rxdctl[i]); in igc_rx_fifo_flush_base()
H A Digc_regs.h233 #define IGC_RXDCTL(_n) IGC_QUEUE_REG(_n, 0x02828, 0x0C028) macro
/f-stack/dpdk/drivers/net/igc/
H A Digc_txrx.c1195 IGC_WRITE_REG(hw, IGC_RXDCTL(rxq->reg_idx), rxdctl); in igc_rx_init()