Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/e1000e/
A Ddefines.h288 #define E1000_TCTL_EN 0x00000002 /* enable Tx */ macro
A D82571.c959 tctl &= ~E1000_TCTL_EN; in e1000_reset_hw_82571()
A Dnetdev.c634 ew32(TCTL, tctl & ~E1000_TCTL_EN); in e1000e_update_tdt_wa()
3821 ew32(TCTL, tctl | E1000_TCTL_EN); in e1000_flush_tx_ring()
4301 tctl &= ~E1000_TCTL_EN; in e1000e_down()
5322 tctl |= E1000_TCTL_EN; in e1000_watchdog_task()
A Dethtool.c1197 ew32(TCTL, E1000_TCTL_PSP | E1000_TCTL_EN | E1000_TCTL_MULR | in e1000_setup_desc_rings()
/drivers/net/ethernet/intel/igb/
A De1000_defines.h305 #define E1000_TCTL_EN 0x00000002 /* enable tx */ macro
A Digb_main.c2195 tctl &= ~E1000_TCTL_EN; in igb_down()
4374 tctl |= E1000_TCTL_EN; in igb_setup_tctl()
/drivers/net/ethernet/intel/e1000/
A De1000_main.c497 tctl &= ~E1000_TCTL_EN; in e1000_down()
2370 ew32(TCTL, tctl & ~E1000_TCTL_EN); in e1000_82547_tx_fifo_stall_task()
2475 tctl |= E1000_TCTL_EN; in e1000_watchdog()
A De1000_ethtool.c1009 ew32(TCTL, E1000_TCTL_PSP | E1000_TCTL_EN | in e1000_setup_desc_rings()
A De1000_hw.h1948 #define E1000_TCTL_EN 0x00000002 /* enable tx */ macro

Completed in 71 milliseconds