Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_base.c126 rfctl = IGC_READ_REG(hw, IGC_RFCTL); in igc_rx_fifo_flush_base()
128 IGC_WRITE_REG(hw, IGC_RFCTL, rfctl); in igc_rx_fifo_flush_base()
156 IGC_WRITE_REG(hw, IGC_RFCTL, rfctl & ~IGC_RFCTL_LEF); in igc_rx_fifo_flush_base()
179 IGC_WRITE_REG(hw, IGC_RFCTL, rfctl); in igc_rx_fifo_flush_base()
H A Digc_regs.h230 #define IGC_RFCTL 0x05008 /* Receive Filter Control*/ macro