Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/fs_enet/
H A Dmac-fec.c441 static void tx_restart(struct net_device *dev) in tx_restart() function
464 .tx_restart = tx_restart,
H A Dmac-scc.c445 static void tx_restart(struct net_device *dev) in tx_restart() function
472 .tx_restart = tx_restart,
H A Dmac-fcc.c511 static void tx_restart(struct net_device *dev) in tx_restart() function
575 .tx_restart = tx_restart,
H A Dfs_enet.h93 void (*tx_restart)(struct net_device *dev); member
H A Dfs_enet-main.c179 (*fep->ops->tx_restart)(dev); in fs_enet_napi()
/linux/drivers/net/ethernet/cavium/liquidio/
H A Docteon_iq.h66 u64 tx_restart; /* Number of times this queue restarted */ member
H A Docteon_network.h581 tx_restart, 1); in wake_txqs()
H A Dlio_ethtool.c1678 CVM_CAST64(oct_dev->instr_queue[j]->stats.tx_restart); in lio_get_ethtool_stats()
1799 oct_dev->instr_queue[j]->stats.tx_restart); in lio_vf_get_ethtool_stats()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e.h838 u64 tx_restart; member
H A Di40e_debugfs.c186 vsi->tx_restart, vsi->tx_busy, in i40e_dbg_dump_vsi_seid()
H A Di40e_main.c871 u64 tx_restart, tx_busy; in i40e_update_vsi_stats() local
896 tx_restart = tx_busy = tx_linearize = tx_force_wb = 0; in i40e_update_vsi_stats()
918 tx_restart += p->tx_stats.restart_queue; in i40e_update_vsi_stats()
956 tx_restart += p->tx_stats.restart_queue; in i40e_update_vsi_stats()
963 vsi->tx_restart = tx_restart; in i40e_update_vsi_stats()
H A Di40e_ethtool.c304 I40E_VSI_STAT("tx_restart", tx_restart),