Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/fs_enet/
H A Dmac-fec.c459 static void tx_restart(struct net_device *dev) in tx_restart() function
482 .tx_restart = tx_restart,
H A Dmac-scc.c449 static void tx_restart(struct net_device *dev) in tx_restart() function
476 .tx_restart = tx_restart,
H A Dmac-fcc.c516 static void tx_restart(struct net_device *dev) in tx_restart() function
580 .tx_restart = tx_restart,
H A Dfs_enet.h95 void (*tx_restart)(struct net_device *dev); member
H A Dfs_enet-main.c185 (*fep->ops->tx_restart)(dev); in fs_enet_napi()
/OK3568_Linux_fs/kernel/drivers/net/wan/
H A Dfsl_ucc_hdlc.c459 int tx_restart = 0; in hdlc_tx_done() local
470 tx_restart = 1; in hdlc_tx_done()
474 tx_restart = 1; in hdlc_tx_done()
510 if (tx_restart) in hdlc_tx_done()
/OK3568_Linux_fs/kernel/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.c1670 CVM_CAST64(oct_dev->instr_queue[j]->stats.tx_restart); in lio_get_ethtool_stats()
1791 oct_dev->instr_queue[j]->stats.tx_restart); in lio_vf_get_ethtool_stats()
H A Dlio_core.c521 tx_restart, 1); in lio_update_txq_status()
H A Dlio_main.c483 tx_restart, 1); in check_txq_status()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A Dice.h256 u32 tx_restart; member
H A Dice_main.c5346 vsi->tx_restart += ring->tx_stats.restart_q; in ice_update_vsi_tx_ring_stats()
5370 vsi->tx_restart = 0; in ice_update_vsi_ring_stats()
H A Dice_ethtool.c67 ICE_VSI_STAT("tx_restart", tx_restart),
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e.h758 u64 tx_restart; member
H A Di40e_debugfs.c244 vsi->tx_restart, vsi->tx_busy, in i40e_dbg_dump_vsi_seid()
H A Di40e_main.c855 u64 tx_restart, tx_busy; in i40e_update_vsi_stats() local
880 tx_restart = tx_busy = tx_linearize = tx_force_wb = 0; in i40e_update_vsi_stats()
897 tx_restart += p->tx_stats.restart_queue; in i40e_update_vsi_stats()
930 tx_restart += p->tx_stats.restart_queue; in i40e_update_vsi_stats()
937 vsi->tx_restart = tx_restart; in i40e_update_vsi_stats()