Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/freescale/fs_enet/
Dmac-fec.c459 static void tx_restart(struct net_device *dev) in tx_restart() function
482 .tx_restart = tx_restart,
Dmac-scc.c449 static void tx_restart(struct net_device *dev) in tx_restart() function
476 .tx_restart = tx_restart,
Dmac-fcc.c516 static void tx_restart(struct net_device *dev) in tx_restart() function
580 .tx_restart = tx_restart,
Dfs_enet.h95 void (*tx_restart)(struct net_device *dev); member
Dfs_enet-main.c186 (*fep->ops->tx_restart)(dev); in fs_enet_napi()
/Linux-v4.19/drivers/net/ethernet/cavium/liquidio/
Docteon_iq.h66 u64 tx_restart; /* Number of times this queue restarted */ member
Docteon_network.h584 tx_restart, 1); in wake_txqs()
Dlio_ethtool.c1695 CVM_CAST64(oct_dev->instr_queue[j]->stats.tx_restart); in lio_get_ethtool_stats()
1815 oct_dev->instr_queue[j]->stats.tx_restart); in lio_vf_get_ethtool_stats()
Dlio_core.c541 tx_restart, 1); in lio_update_txq_status()
Dlio_main.c516 tx_restart, 1); in check_txq_status()
/Linux-v4.19/drivers/net/ethernet/intel/ice/
Dice.h166 u32 tx_restart; member
Dice_main.c4555 vsi->tx_restart = 0; in ice_update_vsi_ring_stats()
4569 vsi->tx_restart += ring->tx_stats.restart_q; in ice_update_vsi_ring_stats()
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e.h705 u32 tx_restart; member
Di40e_debugfs.c240 vsi->tx_restart, vsi->tx_busy, in i40e_dbg_dump_vsi_seid()
Di40e_main.c758 u32 tx_restart, tx_busy; in i40e_update_vsi_stats() local
783 tx_restart = tx_busy = tx_linearize = tx_force_wb = 0; in i40e_update_vsi_stats()
798 tx_restart += p->tx_stats.restart_queue; in i40e_update_vsi_stats()
816 vsi->tx_restart = tx_restart; in i40e_update_vsi_stats()