Home
last modified time | relevance | path

Searched refs:E1000_RCTL_EN (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/io/e1000api/
H A De1000_defines.h189 #define E1000_RCTL_EN 0x00000002 /* enable */ macro
H A De1000_82575.c2174 temp_rctl = rctl & ~(E1000_RCTL_EN | E1000_RCTL_SBP); in e1000_rx_fifo_flush_82575()
2178 E1000_WRITE_REG(hw, E1000_RCTL, temp_rctl | E1000_RCTL_EN); in e1000_rx_fifo_flush_82575()
/titanic_41/usr/src/uts/common/io/e1000g/
H A De1000g_rx.c270 rctl = E1000_RCTL_EN | /* Enable Receive Unit */ in e1000g_rx_setup()
H A De1000g_main.c2425 rctl & ~E1000_RCTL_EN); in e1000g_intr_work()
5613 rctl |= (E1000_RCTL_EN | in e1000g_set_external_loopback_1000()
/titanic_41/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h1226 #define E1000_RCTL_EN 0x00000002 /* enable */ macro
H A De1000.c3425 E1000_RCTL_EN |
/titanic_41/usr/src/uts/common/io/igb/
H A Digb_main.c2177 rctl |= (E1000_RCTL_EN | /* Enable Receive Unit */ in igb_setup_rx()