Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/freescale/fs_enet/
H A Dmac-fec.c444 static void tx_restart(struct net_device *dev) in tx_restart() function
467 .tx_restart = tx_restart,
H A Dmac-scc.c448 static void tx_restart(struct net_device *dev) in tx_restart() function
475 .tx_restart = tx_restart,
H A Dmac-fcc.c514 static void tx_restart(struct net_device *dev) in tx_restart() function
578 .tx_restart = tx_restart,
H A Dfs_enet.h93 void (*tx_restart)(struct net_device *dev); member
H A Dfs_enet-main.c185 (*fep->ops->tx_restart)(dev); in fs_enet_napi()
/openbmc/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.c1676 CVM_CAST64(oct_dev->instr_queue[j]->stats.tx_restart); in lio_get_ethtool_stats()
1797 oct_dev->instr_queue[j]->stats.tx_restart); in lio_vf_get_ethtool_stats()
H A Dlio_core.c529 tx_restart, 1); in lio_update_txq_status()
H A Dlio_main.c477 tx_restart, 1); in check_txq_status()
/openbmc/linux/drivers/net/wan/
H A Dfsl_ucc_hdlc.c461 int tx_restart = 0; in hdlc_tx_done() local
473 tx_restart = 1; in hdlc_tx_done()
477 tx_restart = 1; in hdlc_tx_done()
513 if (tx_restart) in hdlc_tx_done()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice.h341 u32 tx_restart; member
H A Dice_main.c6583 vsi->tx_restart += ring->ring_stats->tx_stats.restart_q; in ice_update_vsi_tx_ring_stats()
6606 vsi->tx_restart = 0; in ice_update_vsi_ring_stats()
H A Dice_ethtool.c67 ICE_VSI_STAT("tx_restart", tx_restart),
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e.h841 u64 tx_restart; member
H A Di40e_debugfs.c246 vsi->tx_restart, vsi->tx_busy, in i40e_dbg_dump_vsi_seid()
H A Di40e_main.c879 u64 tx_restart, tx_busy; in i40e_update_vsi_stats() local
904 tx_restart = tx_busy = tx_linearize = tx_force_wb = 0; in i40e_update_vsi_stats()
926 tx_restart += p->tx_stats.restart_queue; in i40e_update_vsi_stats()
964 tx_restart += p->tx_stats.restart_queue; in i40e_update_vsi_stats()
971 vsi->tx_restart = tx_restart; in i40e_update_vsi_stats()
H A Di40e_ethtool.c302 I40E_VSI_STAT("tx_restart", tx_restart),