Searched refs:rfctl (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/igc/core/ |
H A D | igc_base.c | 120 u32 rctl, rlpml, rxdctl[4], rfctl, temp_rctl, rx_enabled; in igc_rx_fifo_flush_base() local 126 rfctl = IGC_READ_REG(hw, IGC_RFCTL); in igc_rx_fifo_flush_base() 127 rfctl |= IGC_RFCTL_IPV6_EX_DIS; 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()
|
/illumos-gate/usr/src/uts/common/io/e1000api/ |
H A D | e1000_82575.c | 2149 u32 rctl, rlpml, rxdctl[4], rfctl, temp_rctl, rx_enabled; in e1000_rx_fifo_flush_82575() local 2155 rfctl = E1000_READ_REG(hw, E1000_RFCTL); in e1000_rx_fifo_flush_82575() 2156 rfctl |= E1000_RFCTL_IPV6_EX_DIS; in e1000_rx_fifo_flush_82575() 2157 E1000_WRITE_REG(hw, E1000_RFCTL, rfctl); in e1000_rx_fifo_flush_82575() 2186 E1000_WRITE_REG(hw, E1000_RFCTL, rfctl & ~E1000_RFCTL_LEF); in e1000_rx_fifo_flush_82575() 2209 E1000_WRITE_REG(hw, E1000_RFCTL, rfctl); in e1000_rx_fifo_flush_82575()
|