Home
last modified time | relevance | path

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

/freebsd/sys/dev/igc/
H A Digc_base.c136 rxdctl[i] = IGC_READ_REG(hw, IGC_RXDCTL(i)); in igc_rx_fifo_flush_base()
137 IGC_WRITE_REG(hw, IGC_RXDCTL(i), in igc_rx_fifo_flush_base()
145 rx_enabled |= IGC_READ_REG(hw, IGC_RXDCTL(i)); in igc_rx_fifo_flush_base()
175 IGC_WRITE_REG(hw, IGC_RXDCTL(i), rxdctl[i]); in igc_rx_fifo_flush_base()
H A Digc_regs.h112 #define IGC_RXDCTL(_n) ((_n) < 4 ? (0x02828 + ((_n) * 0x100)) : \ macro
H A Dif_igc.c330 regs_buff[8] = IGC_READ_REG(hw, IGC_RXDCTL(0)); in igc_get_regs()
2238 rxdctl = IGC_READ_REG(hw, IGC_RXDCTL(i)); in igc_initialize_receive_unit()
2244 IGC_WRITE_REG(hw, IGC_RXDCTL(i), rxdctl); in igc_initialize_receive_unit()