Searched refs:E1000_RCTL_EN (Results 1 – 7 of 7) sorted by relevance
189 #define E1000_RCTL_EN 0x00000002 /* enable */ macro
2174 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()
270 rctl = E1000_RCTL_EN | /* Enable Receive Unit */ in e1000g_rx_setup()
2425 rctl & ~E1000_RCTL_EN); in e1000g_intr_work()5613 rctl |= (E1000_RCTL_EN | in e1000g_set_external_loopback_1000()
1226 #define E1000_RCTL_EN 0x00000002 /* enable */ macro
3425 E1000_RCTL_EN |
2177 rctl |= (E1000_RCTL_EN | /* Enable Receive Unit */ in igb_setup_rx()