Home
last modified time | relevance | path

Searched refs:E1000_TCTL_EN (Results 1 – 18 of 18) sorted by relevance

/openbmc/qemu/tests/qtest/libqos/
H A Digb.c97 e1000e_macreg_write(&d->e1000e, E1000_TCTL, E1000_TCTL_EN); in igb_pci_start_hw()
H A De1000e.c141 e1000e_macreg_write(&d->e1000e, E1000_TCTL, E1000_TCTL_EN); in e1000e_pci_start_hw()
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Ddefines.h288 #define E1000_TCTL_EN 0x00000002 /* enable Tx */ macro
H A D82571.c959 tctl &= ~E1000_TCTL_EN; in e1000_reset_hw_82571()
H A Dnetdev.c634 ew32(TCTL, tctl & ~E1000_TCTL_EN); in e1000e_update_tdt_wa()
3811 ew32(TCTL, tctl | E1000_TCTL_EN); in e1000_flush_tx_ring()
4285 tctl &= ~E1000_TCTL_EN; in e1000e_down()
5293 tctl |= E1000_TCTL_EN; in e1000_watchdog_task()
H A Dethtool.c1221 ew32(TCTL, E1000_TCTL_PSP | E1000_TCTL_EN | E1000_TCTL_MULR | in e1000_setup_desc_rings()
/openbmc/qemu/hw/net/
H A Digb_regs.h287 #define E1000_TCTL_EN 0x00000002 /* enable tx */ macro
H A De1000x_regs.h745 #define E1000_TCTL_EN 0x00000002 /* enable tx */ macro
H A De1000.c761 if (!(s->mac_reg[TCTL] & E1000_TCTL_EN)) { in start_xmit()
H A De1000e_core.c910 if (!(core->mac[TCTL] & E1000_TCTL_EN)) { in e1000e_start_xmit()
H A Digb_core.c871 return (core->mac[TCTL] & E1000_TCTL_EN) && in igb_tx_enabled()
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_defines.h305 #define E1000_TCTL_EN 0x00000002 /* enable tx */ macro
H A Digb_main.c2189 tctl &= ~E1000_TCTL_EN; in igb_down()
4368 tctl |= E1000_TCTL_EN; in igb_setup_tctl()
/openbmc/u-boot/drivers/net/
H A De1000.h1567 #define E1000_TCTL_EN 0x00000002 /* enable tx */ macro
H A De1000.c5214 tctl |= E1000_TCTL_EN | E1000_TCTL_PSP | in e1000_configure_tx()
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_main.c504 tctl &= ~E1000_TCTL_EN; in e1000_down()
2368 ew32(TCTL, tctl & ~E1000_TCTL_EN); in e1000_82547_tx_fifo_stall_task()
2473 tctl |= E1000_TCTL_EN; in e1000_watchdog()
H A De1000_hw.h1948 #define E1000_TCTL_EN 0x00000002 /* enable tx */ macro
H A De1000_ethtool.c1009 ew32(TCTL, E1000_TCTL_PSP | E1000_TCTL_EN | in e1000_setup_desc_rings()