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.c197 temp_rctl = rctl & ~(E1000_RCTL_EN | E1000_RCTL_SBP); in e1000_rx_fifo_flush_base()
201 E1000_WRITE_REG(hw, E1000_RCTL, temp_rctl | E1000_RCTL_EN); in e1000_rx_fifo_flush_base()
H A De1000_defines.h190 #define E1000_RCTL_EN 0x00000002 /* enable */ macro
H A Dif_em.c2563 E1000_WRITE_REG(hw, E1000_RCTL, rctl & ~E1000_RCTL_EN); in em_flush_rx_ring()
2578 E1000_WRITE_REG(hw, E1000_RCTL, rctl | E1000_RCTL_EN); in em_flush_rx_ring()
2581 E1000_WRITE_REG(hw, E1000_RCTL, rctl & ~E1000_RCTL_EN); in em_flush_rx_ring()
3353 E1000_WRITE_REG(hw, E1000_RCTL, rctl & ~E1000_RCTL_EN); in em_initialize_receive_unit()
3357 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()