Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/e1000e/
H A Ddefines.h116 #define E1000_RCTL_EN 0x00000002 /* enable */ macro
H A Dnetdev.c617 ew32(RCTL, rctl & ~E1000_RCTL_EN); in e1000e_update_rdt_wa()
1776 ew32(RCTL, rctl & ~E1000_RCTL_EN); in e1000_intr_msi()
1855 ew32(RCTL, rctl & ~E1000_RCTL_EN); in e1000_intr()
3050 rctl |= E1000_RCTL_EN | E1000_RCTL_BAM | in e1000_setup_rctl()
3209 ew32(RCTL, rctl & ~E1000_RCTL_EN); in e1000_configure_rx()
3834 ew32(RCTL, rctl & ~E1000_RCTL_EN); in e1000_flush_rx_ring()
3849 ew32(RCTL, rctl | E1000_RCTL_EN); in e1000_flush_rx_ring()
3852 ew32(RCTL, rctl & ~E1000_RCTL_EN); in e1000_flush_rx_ring()
4272 ew32(RCTL, rctl & ~E1000_RCTL_EN); in e1000e_down()
5148 ew32(RCTL, rctl | E1000_RCTL_EN); in e1000e_enable_receives()
H A Dethtool.c1254 ew32(RCTL, rctl & ~E1000_RCTL_EN); in e1000_setup_desc_rings()
1260 rctl = E1000_RCTL_EN | E1000_RCTL_BAM | E1000_RCTL_SZ_2048 | in e1000_setup_desc_rings()
/linux/drivers/net/ethernet/intel/igb/
H A De1000_defines.h128 #define E1000_RCTL_EN 0x00000002 /* enable */ macro
H A De1000_82575.c1986 temp_rctl = rctl & ~(E1000_RCTL_EN | E1000_RCTL_SBP); in igb_rx_fifo_flush_82575()
1990 wr32(E1000_RCTL, temp_rctl | E1000_RCTL_EN); in igb_rx_fifo_flush_82575()
H A Digb_main.c2161 wr32(E1000_RCTL, rctl & ~E1000_RCTL_EN); in igb_down()
4594 rctl |= E1000_RCTL_EN | E1000_RCTL_BAM | E1000_RCTL_RDMTS_HALF | in igb_setup_rctl()
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_ethtool.c1063 ew32(RCTL, rctl & ~E1000_RCTL_EN); in e1000_setup_desc_rings()
1069 rctl = E1000_RCTL_EN | E1000_RCTL_BAM | E1000_RCTL_SZ_2048 | in e1000_setup_desc_rings()
H A De1000_hw.h1808 #define E1000_RCTL_EN 0x00000002 /* enable */ macro