Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/e1000e/
Ddefines.h134 #define E1000_RCTL_EN 0x00000002 /* enable */ macro
Dnetdev.c633 ew32(RCTL, rctl & ~E1000_RCTL_EN); in e1000e_update_rdt_wa()
1790 ew32(RCTL, rctl & ~E1000_RCTL_EN); in e1000_intr_msi()
1870 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()
4069 ew32(RCTL, rctl & ~E1000_RCTL_EN); in e1000e_down()
4882 ew32(RCTL, rctl | E1000_RCTL_EN); in e1000e_enable_receives()
Dethtool.c1259 ew32(RCTL, rctl & ~E1000_RCTL_EN); in e1000_setup_desc_rings()
1265 rctl = E1000_RCTL_EN | E1000_RCTL_BAM | E1000_RCTL_SZ_2048 | in e1000_setup_desc_rings()
/drivers/net/ethernet/intel/igb/
De1000_defines.h127 #define E1000_RCTL_EN 0x00000002 /* enable */ macro
De1000_82575.c1958 temp_rctl = rctl & ~(E1000_RCTL_EN | E1000_RCTL_SBP); in igb_rx_fifo_flush_82575()
1962 wr32(E1000_RCTL, temp_rctl | E1000_RCTL_EN); in igb_rx_fifo_flush_82575()
Digb_main.c1784 wr32(E1000_RCTL, rctl & ~E1000_RCTL_EN); in igb_down()
3495 rctl |= E1000_RCTL_EN | E1000_RCTL_BAM | E1000_RCTL_RDMTS_HALF | in igb_setup_rctl()
/drivers/net/ethernet/intel/e1000/
De1000_ethtool.c1084 ew32(RCTL, rctl & ~E1000_RCTL_EN); in e1000_setup_desc_rings()
1090 rctl = E1000_RCTL_EN | E1000_RCTL_BAM | E1000_RCTL_SZ_2048 | in e1000_setup_desc_rings()
De1000_main.c527 ew32(RCTL, rctl & ~E1000_RCTL_EN); in e1000_down()
1876 ew32(RCTL, rctl & ~E1000_RCTL_EN); in e1000_configure_rx()
1918 ew32(RCTL, rctl | E1000_RCTL_EN); in e1000_configure_rx()
5101 ew32(RCTL, rctl | E1000_RCTL_EN); in __e1000_shutdown()
De1000_hw.h1836 #define E1000_RCTL_EN 0x00000002 /* enable */ macro