Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/
H A Ddefines.h288 #define E1000_TCTL_EN 0x00000002 /* enable Tx */ macro
H A D82571.c960 tctl &= ~E1000_TCTL_EN; in e1000_reset_hw_82571()
H A Dnetdev.c630 ew32(TCTL, tctl & ~E1000_TCTL_EN); in e1000e_update_tdt_wa()
3821 ew32(TCTL, tctl | E1000_TCTL_EN); in e1000_flush_tx_ring()
4292 tctl &= ~E1000_TCTL_EN; in e1000e_down()
5326 tctl |= E1000_TCTL_EN; in e1000_watchdog_task()
H A Dethtool.c1207 ew32(TCTL, E1000_TCTL_PSP | E1000_TCTL_EN | E1000_TCTL_MULR | in e1000_setup_desc_rings()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/
H A De1000_defines.h305 #define E1000_TCTL_EN 0x00000002 /* enable tx */ macro
H A Digb_main.c2187 tctl &= ~E1000_TCTL_EN; in igb_down()
4282 tctl |= E1000_TCTL_EN; in igb_setup_tctl()
/OK3568_Linux_fs/u-boot/drivers/net/
H A De1000.h1565 #define E1000_TCTL_EN 0x00000002 /* enable tx */ macro
H A De1000.c5000 tctl |= E1000_TCTL_EN | E1000_TCTL_PSP | in e1000_configure_tx()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000/
H A De1000_main.c504 tctl &= ~E1000_TCTL_EN; in e1000_down()
2367 ew32(TCTL, tctl & ~E1000_TCTL_EN); in e1000_82547_tx_fifo_stall_task()
2472 tctl |= E1000_TCTL_EN; in e1000_watchdog()
H A De1000_hw.h1951 #define E1000_TCTL_EN 0x00000002 /* enable tx */ macro
H A De1000_ethtool.c1005 ew32(TCTL, E1000_TCTL_PSP | E1000_TCTL_EN | in e1000_setup_desc_rings()
/OK3568_Linux_fs/external/dpdk/pcie/e1000/
H A Digb_ethdev.c1430 tctl |= E1000_TCTL_EN; in eth_igb_rxtx_control()
1434 tctl &= ~E1000_TCTL_EN; in eth_igb_rxtx_control()
H A Digb_rxtx.c2653 tctl |= (E1000_TCTL_PSP | E1000_TCTL_RTLC | E1000_TCTL_EN | in eth_igb_tx_init()