Home
last modified time | relevance | path

Searched refs:tx_restart (Results 1 – 8 of 8) sorted by relevance

/drivers/net/ethernet/freescale/fs_enet/
Dmac-fec.c503 static void tx_restart(struct net_device *dev) in tx_restart() function
529 .tx_restart = tx_restart,
Dmac-scc.c483 static void tx_restart(struct net_device *dev) in tx_restart() function
513 .tx_restart = tx_restart,
Dmac-fcc.c544 static void tx_restart(struct net_device *dev) in tx_restart() function
611 .tx_restart = tx_restart,
Dfs_enet.h97 void (*tx_restart)(struct net_device *dev); member
Dfs_enet-main.c313 (*fep->ops->tx_restart)(dev); in fs_enet_tx_napi()
/drivers/net/ethernet/intel/i40e/
Di40e.h487 u32 tx_restart; member
Di40e_main.c878 u32 tx_restart, tx_busy; in i40e_update_vsi_stats() local
902 tx_restart = tx_busy = tx_linearize = 0; in i40e_update_vsi_stats()
917 tx_restart += p->tx_stats.restart_queue; in i40e_update_vsi_stats()
934 vsi->tx_restart = tx_restart; in i40e_update_vsi_stats()
Di40e_debugfs.c485 vsi->tx_restart, vsi->tx_busy, in i40e_dbg_dump_vsi_seid()