Home
last modified time | relevance | path

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

/freebsd/sys/dev/e1000/
H A De1000_base.c198 temp_rctl = rctl & ~(E1000_RCTL_EN | E1000_RCTL_SBP); in e1000_rx_fifo_flush_base()
202 E1000_WRITE_REG(hw, E1000_RCTL, temp_rctl | E1000_RCTL_EN); in e1000_rx_fifo_flush_base()
H A De1000_defines.h189 #define E1000_RCTL_EN 0x00000002 /* enable */ macro
H A Dif_em.c2984 E1000_WRITE_REG(hw, E1000_RCTL, rctl & ~E1000_RCTL_EN); in em_flush_rx_ring()
3000 E1000_WRITE_REG(hw, E1000_RCTL, rctl | E1000_RCTL_EN); in em_flush_rx_ring()
3003 E1000_WRITE_REG(hw, E1000_RCTL, rctl & ~E1000_RCTL_EN); in em_flush_rx_ring()
3791 E1000_WRITE_REG(hw, E1000_RCTL, rctl & ~E1000_RCTL_EN); in em_initialize_receive_unit()
3795 rctl |= E1000_RCTL_EN | E1000_RCTL_BAM | in em_initialize_receive_unit()
/freebsd/usr.sbin/bhyve/
H A Dpci_e82545.c747 on = ((val & E1000_RCTL_EN) == E1000_RCTL_EN); in e82545_rx_ctl()