Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/e1000e/
Ddefines.h288 #define E1000_TCTL_EN 0x00000002 /* enable Tx */ macro
D82571.c960 tctl &= ~E1000_TCTL_EN; in e1000_reset_hw_82571()
Dnetdev.c632 ew32(TCTL, tctl & ~E1000_TCTL_EN); in e1000e_update_tdt_wa()
3819 ew32(TCTL, tctl | E1000_TCTL_EN); in e1000_flush_tx_ring()
4291 tctl &= ~E1000_TCTL_EN; in e1000e_down()
5325 tctl |= E1000_TCTL_EN; in e1000_watchdog_task()
Dethtool.c1212 ew32(TCTL, E1000_TCTL_PSP | E1000_TCTL_EN | E1000_TCTL_MULR | in e1000_setup_desc_rings()
/linux-6.1.9/drivers/net/ethernet/intel/igb/
De1000_defines.h305 #define E1000_TCTL_EN 0x00000002 /* enable tx */ macro
Digb_main.c2188 tctl &= ~E1000_TCTL_EN; in igb_down()
4284 tctl |= E1000_TCTL_EN; in igb_setup_tctl()
/linux-6.1.9/drivers/net/ethernet/intel/e1000/
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()
De1000_ethtool.c1009 ew32(TCTL, E1000_TCTL_PSP | E1000_TCTL_EN | in e1000_setup_desc_rings()
De1000_hw.h1951 #define E1000_TCTL_EN 0x00000002 /* enable tx */ macro