Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
Ddefines.h303 #define E1000_TCTL_EN 0x00000002 /* enable Tx */ macro
D82571.c976 tctl &= ~E1000_TCTL_EN; in e1000_reset_hw_82571()
Dnetdev.c651 ew32(TCTL, tctl & ~E1000_TCTL_EN); in e1000e_update_tdt_wa()
4099 tctl &= ~E1000_TCTL_EN; in e1000e_down()
5057 tctl |= E1000_TCTL_EN; in e1000_watchdog_task()
Dethtool.c1204 ew32(TCTL, E1000_TCTL_PSP | E1000_TCTL_EN | E1000_TCTL_MULR | in e1000_setup_desc_rings()
/linux-4.1.27/drivers/net/ethernet/intel/igb/
De1000_defines.h302 #define E1000_TCTL_EN 0x00000002 /* enable tx */ macro
Digb_main.c1790 tctl &= ~E1000_TCTL_EN; in igb_down()
3258 tctl |= E1000_TCTL_EN; in igb_setup_tctl()
/linux-4.1.27/drivers/net/ethernet/intel/e1000/
De1000_main.c535 tctl &= ~E1000_TCTL_EN; in e1000_down()
2376 ew32(TCTL, tctl & ~E1000_TCTL_EN); in e1000_82547_tx_fifo_stall_task()
2484 tctl |= E1000_TCTL_EN; in e1000_watchdog()
De1000_hw.h1976 #define E1000_TCTL_EN 0x00000002 /* enable tx */ macro
De1000_ethtool.c1031 ew32(TCTL, E1000_TCTL_PSP | E1000_TCTL_EN | in e1000_setup_desc_rings()