Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/e1000e/
Ddefines.h302 #define E1000_TCTL_EN 0x00000002 /* enable Tx */ macro
D82571.c976 tctl &= ~E1000_TCTL_EN; in e1000_reset_hw_82571()
Dnetdev.c650 ew32(TCTL, tctl & ~E1000_TCTL_EN); in e1000e_update_tdt_wa()
4076 tctl &= ~E1000_TCTL_EN; in e1000e_down()
5035 tctl |= E1000_TCTL_EN; in e1000_watchdog_task()
Dethtool.c1202 ew32(TCTL, E1000_TCTL_PSP | E1000_TCTL_EN | E1000_TCTL_MULR | in e1000_setup_desc_rings()
/drivers/net/ethernet/intel/igb/
De1000_defines.h302 #define E1000_TCTL_EN 0x00000002 /* enable tx */ macro
Digb_main.c1791 tctl &= ~E1000_TCTL_EN; in igb_down()
3265 tctl |= E1000_TCTL_EN; in igb_setup_tctl()
/drivers/net/ethernet/intel/e1000/
De1000_main.c534 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_ethtool.c1030 ew32(TCTL, E1000_TCTL_PSP | E1000_TCTL_EN | in e1000_setup_desc_rings()
De1000_hw.h1976 #define E1000_TCTL_EN 0x00000002 /* enable tx */ macro