Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A De1000x_common.c40 bool rx_enabled = mac[RCTL] & E1000_RCTL_EN; in e1000x_rx_ready()
133 if (!(mac[RCTL] & E1000_RCTL_EN)) { in e1000x_hw_rx_enabled()
H A De1000x_regs.h471 #define E1000_RCTL_EN 0x00000002 /* enable */ macro
H A De1000e_core.c1929 if (val & E1000_RCTL_EN) { in e1000e_set_rx_control()
H A Digb_core.c2234 if (val & E1000_RCTL_EN) { in igb_set_rx_control()
/openbmc/qemu/tests/qtest/libqos/
H A Digb.c119 e1000e_macreg_write(&d->e1000e, E1000_RCTL, E1000_RCTL_EN); in igb_pci_start_hw()
H A De1000e.c153 e1000e_macreg_write(&d->e1000e, E1000_RCTL, E1000_RCTL_EN | in e1000e_pci_start_hw()
/openbmc/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()
3053 rctl |= E1000_RCTL_EN | E1000_RCTL_BAM | in e1000_setup_rctl()
3212 ew32(RCTL, rctl & ~E1000_RCTL_EN); in e1000_configure_rx()
3840 ew32(RCTL, rctl & ~E1000_RCTL_EN); in e1000_flush_rx_ring()
3855 ew32(RCTL, rctl | E1000_RCTL_EN); in e1000_flush_rx_ring()
3858 ew32(RCTL, rctl & ~E1000_RCTL_EN); in e1000_flush_rx_ring()
4278 ew32(RCTL, rctl & ~E1000_RCTL_EN); in e1000e_down()
5143 ew32(RCTL, rctl | E1000_RCTL_EN); in e1000e_enable_receives()
H A Dethtool.c1278 ew32(RCTL, rctl & ~E1000_RCTL_EN); in e1000_setup_desc_rings()
1284 rctl = E1000_RCTL_EN | E1000_RCTL_BAM | E1000_RCTL_SZ_2048 | in e1000_setup_desc_rings()
/openbmc/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.c2183 wr32(E1000_RCTL, rctl & ~E1000_RCTL_EN); in igb_down()
4620 rctl |= E1000_RCTL_EN | E1000_RCTL_BAM | E1000_RCTL_RDMTS_HALF | in igb_setup_rctl()
/openbmc/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_main.c497 ew32(RCTL, rctl & ~E1000_RCTL_EN); in e1000_down()
1872 ew32(RCTL, rctl & ~E1000_RCTL_EN); in e1000_configure_rx()
1914 ew32(RCTL, rctl | E1000_RCTL_EN); in e1000_configure_rx()
5093 ew32(RCTL, rctl | E1000_RCTL_EN); in __e1000_shutdown()
H A De1000_hw.h1808 #define E1000_RCTL_EN 0x00000002 /* enable */ macro
/openbmc/u-boot/drivers/net/
H A De1000.h1473 #define E1000_RCTL_EN 0x00000002 /* enable */ macro
H A De1000.c5272 rctl |= E1000_RCTL_EN | E1000_RCTL_BAM | E1000_RCTL_LBM_NO in e1000_setup_rctl()
5301 E1000_WRITE_REG(hw, RCTL, rctl & ~E1000_RCTL_EN); in e1000_configure_rx()