Home
last modified time | relevance | path

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

/drivers/net/igb/
De1000_defines.h330 #define E1000_TCTL_EN 0x00000002 /* enable tx */ macro
Digb_main.c843 tctl &= ~E1000_TCTL_EN; in igb_down()
1700 tctl |= E1000_TCTL_EN; in igb_configure_tx()
Digb_ethtool.c1281 E1000_TCTL_PSP | E1000_TCTL_EN | in igb_setup_desc_rings()
/drivers/net/e1000e/
Ddefines.h287 #define E1000_TCTL_EN 0x00000002 /* enable Tx */ macro
Dethtool.c1107 ew32(TCTL, E1000_TCTL_PSP | E1000_TCTL_EN | E1000_TCTL_MULR | in e1000_setup_desc_rings()
Dnetdev.c2865 tctl &= ~E1000_TCTL_EN; in e1000e_down()
3602 tctl |= E1000_TCTL_EN; in e1000_watchdog_task()
/drivers/net/e1000/
De1000_ethtool.c1087 ew32(TCTL, E1000_TCTL_PSP | E1000_TCTL_EN | in e1000_setup_desc_rings()
De1000_hw.h2010 #define E1000_TCTL_EN 0x00000002 /* enable tx */ macro
De1000_main.c2442 ew32(TCTL, tctl & ~E1000_TCTL_EN); in e1000_82547_tx_fifo_stall()
2564 tctl |= E1000_TCTL_EN; in e1000_watchdog()