Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/e1000e/
A Ddefines.h116 #define E1000_RCTL_EN 0x00000002 /* enable */ macro
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()
3850 ew32(RCTL, rctl & ~E1000_RCTL_EN); in e1000_flush_rx_ring()
3865 ew32(RCTL, rctl | E1000_RCTL_EN); in e1000_flush_rx_ring()
3868 ew32(RCTL, rctl & ~E1000_RCTL_EN); in e1000_flush_rx_ring()
4294 ew32(RCTL, rctl & ~E1000_RCTL_EN); in e1000e_down()
5171 ew32(RCTL, rctl | E1000_RCTL_EN); in e1000e_enable_receives()
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()
/drivers/net/ethernet/intel/igb/
A De1000_defines.h128 #define E1000_RCTL_EN 0x00000002 /* enable */ macro
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()
A Digb_main.c2185 wr32(E1000_RCTL, rctl & ~E1000_RCTL_EN); in igb_down()
4625 rctl |= E1000_RCTL_EN | E1000_RCTL_BAM | E1000_RCTL_RDMTS_HALF | in igb_setup_rctl()
/drivers/net/ethernet/intel/e1000/
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()
A De1000_main.c490 ew32(RCTL, rctl & ~E1000_RCTL_EN); in e1000_down()
1874 ew32(RCTL, rctl & ~E1000_RCTL_EN); in e1000_configure_rx()
1916 ew32(RCTL, rctl | E1000_RCTL_EN); in e1000_configure_rx()
5099 ew32(RCTL, rctl | E1000_RCTL_EN); in __e1000_shutdown()
A De1000_hw.h1808 #define E1000_RCTL_EN 0x00000002 /* enable */ macro

Completed in 68 milliseconds