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

/linux-4.4.14/drivers/net/ethernet/freescale/fs_enet/
H A Dmac-fec.c503 static void tx_restart(struct net_device *dev) tx_restart() function
529 .tx_restart = tx_restart,
H A Dmac-scc.c483 static void tx_restart(struct net_device *dev) tx_restart() function
513 .tx_restart = tx_restart,
H A Dmac-fcc.c544 static void tx_restart(struct net_device *dev) tx_restart() function
611 .tx_restart = tx_restart,
H A Dfs_enet.h97 void (*tx_restart)(struct net_device *dev); member in struct:fs_ops
H A Dfs_enet-main.c313 (*fep->ops->tx_restart)(dev); fs_enet_tx_napi()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
H A Di40e.h487 u32 tx_restart; member in struct:i40e_vsi
H A Di40e_debugfs.c484 " tx_restart = %d, tx_busy = %d, rx_buf_failed = %d, rx_page_failed = %d\n", i40e_dbg_dump_vsi_seid()
485 vsi->tx_restart, vsi->tx_busy, i40e_dbg_dump_vsi_seid()
H A Di40e_main.c878 u32 tx_restart, tx_busy; i40e_update_vsi_stats() local
902 tx_restart = tx_busy = tx_linearize = 0; i40e_update_vsi_stats()
917 tx_restart += p->tx_stats.restart_queue; i40e_update_vsi_stats()
934 vsi->tx_restart = tx_restart; i40e_update_vsi_stats()

Completed in 436 milliseconds