Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/e1000g/
H A De1000g_rx.c271 rctl = E1000_RCTL_EN | /* Enable Receive Unit */ in e1000g_rx_setup()
931 E1000_WRITE_REG(hw, E1000_RCTL, rctl & ~E1000_RCTL_EN); in e1000g_flush_rx_ring()
946 E1000_WRITE_REG(hw, E1000_RCTL, rctl | E1000_RCTL_EN); in e1000g_flush_rx_ring()
949 E1000_WRITE_REG(hw, E1000_RCTL, rctl & ~E1000_RCTL_EN); in e1000g_flush_rx_ring()
H A De1000g_main.c2499 rctl & ~E1000_RCTL_EN); in e1000g_intr_work()
5830 rctl |= (E1000_RCTL_EN | in e1000g_set_external_loopback_1000()
/titanic_44/usr/src/uts/common/io/e1000api/
H A De1000_defines.h190 #define E1000_RCTL_EN 0x00000002 /* enable */ macro
H A De1000_82575.c2191 temp_rctl = rctl & ~(E1000_RCTL_EN | E1000_RCTL_SBP); in e1000_rx_fifo_flush_82575()
2195 E1000_WRITE_REG(hw, E1000_RCTL, temp_rctl | E1000_RCTL_EN); in e1000_rx_fifo_flush_82575()
/titanic_44/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_44/usr/src/uts/common/io/igb/
H A Digb_main.c2182 rctl |= (E1000_RCTL_EN | /* Enable Receive Unit */ in igb_setup_rx()