Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_rx.c271 rctl = E1000_RCTL_EN | /* Enable Receive Unit */ in e1000g_rx_setup()
921 E1000_WRITE_REG(hw, E1000_RCTL, rctl & ~E1000_RCTL_EN); in e1000g_flush_rx_ring()
936 E1000_WRITE_REG(hw, E1000_RCTL, rctl | E1000_RCTL_EN); in e1000g_flush_rx_ring()
939 E1000_WRITE_REG(hw, E1000_RCTL, rctl & ~E1000_RCTL_EN); in e1000g_flush_rx_ring()
H A De1000g_main.c2536 rctl & ~E1000_RCTL_EN); in e1000g_intr_work()
5872 rctl |= (E1000_RCTL_EN | in e1000g_set_external_loopback_1000()
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_defines.h190 #define E1000_RCTL_EN 0x00000002 /* enable */ macro
H A De1000_82575.c2192 temp_rctl = rctl & ~(E1000_RCTL_EN | E1000_RCTL_SBP); in e1000_rx_fifo_flush_82575()
2196 E1000_WRITE_REG(hw, E1000_RCTL, temp_rctl | E1000_RCTL_EN); in e1000_rx_fifo_flush_82575()
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_e82545.c746 on = ((val & E1000_RCTL_EN) == E1000_RCTL_EN); in e82545_rx_ctl()
/illumos-gate/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 |
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c2227 rctl |= (E1000_RCTL_EN | /* Enable Receive Unit */ in igb_setup_rx()