Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_base.c167 temp_rctl = rctl & ~(E1000_RCTL_EN | E1000_RCTL_SBP); in e1000_rx_fifo_flush_base()
171 E1000_WRITE_REG(hw, E1000_RCTL, temp_rctl | E1000_RCTL_EN); in e1000_rx_fifo_flush_base()
H A De1000_defines.h159 #define E1000_RCTL_EN 0x00000002 /* enable */ macro
/f-stack/dpdk/drivers/net/e1000/
H A Dem_rxtx.c1756 E1000_WRITE_REG(hw, E1000_RCTL, rctl & ~E1000_RCTL_EN); in eth_em_rx_init()
1897 rctl |= E1000_RCTL_EN | E1000_RCTL_BAM | E1000_RCTL_LBM_NO | in eth_em_rx_init()
2072 E1000_WRITE_REG(hw, E1000_RCTL, rctl & ~E1000_RCTL_EN); in e1000_flush_rx_ring()
2091 E1000_WRITE_REG(hw, E1000_RCTL, rctl | E1000_RCTL_EN); in e1000_flush_rx_ring()
2094 E1000_WRITE_REG(hw, E1000_RCTL, rctl & ~E1000_RCTL_EN); in e1000_flush_rx_ring()
H A Dem_ethdev.c509 rctl |= E1000_RCTL_EN; in eth_em_rxtx_control()
513 rctl &= ~E1000_RCTL_EN; in eth_em_rxtx_control()
H A Digb_rxtx.c2338 E1000_WRITE_REG(hw, E1000_RCTL, rctl & ~E1000_RCTL_EN); in eth_igb_rx_init()
2554 rctl |= E1000_RCTL_EN | E1000_RCTL_BAM | E1000_RCTL_LBM_NO | in eth_igb_rx_init()
H A Digb_ethdev.c1191 rctl |= E1000_RCTL_EN; in eth_igb_rxtx_control()
1195 rctl &= ~E1000_RCTL_EN; in eth_igb_rxtx_control()