Searched refs:tx_restart (Results 1 – 17 of 17) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/fs_enet/ |
D | mac-fec.c | 459 static void tx_restart(struct net_device *dev) in tx_restart() function 482 .tx_restart = tx_restart,
|
D | mac-scc.c | 449 static void tx_restart(struct net_device *dev) in tx_restart() function 476 .tx_restart = tx_restart,
|
D | mac-fcc.c | 516 static void tx_restart(struct net_device *dev) in tx_restart() function 580 .tx_restart = tx_restart,
|
D | fs_enet.h | 95 void (*tx_restart)(struct net_device *dev); member
|
D | fs_enet-main.c | 185 (*fep->ops->tx_restart)(dev); in fs_enet_napi()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/ |
D | octeon_iq.h | 66 u64 tx_restart; /* Number of times this queue restarted */ member
|
D | octeon_network.h | 581 tx_restart, 1); in wake_txqs()
|
D | lio_ethtool.c | 1670 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()
|
D | lio_core.c | 521 tx_restart, 1); in lio_update_txq_status()
|
D | lio_main.c | 483 tx_restart, 1); in check_txq_status()
|
/kernel/linux/linux-5.10/drivers/net/wan/ |
D | fsl_ucc_hdlc.c | 459 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
D | ice.h | 256 u32 tx_restart; member
|
D | ice_main.c | 5339 vsi->tx_restart += ring->tx_stats.restart_q; in ice_update_vsi_tx_ring_stats() 5363 vsi->tx_restart = 0; in ice_update_vsi_ring_stats()
|
D | ice_ethtool.c | 67 ICE_VSI_STAT("tx_restart", tx_restart),
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
D | i40e.h | 757 u64 tx_restart; member
|
D | i40e_main.c | 780 u64 tx_restart, tx_busy; in i40e_update_vsi_stats() local 805 tx_restart = tx_busy = tx_linearize = tx_force_wb = 0; in i40e_update_vsi_stats() 822 tx_restart += p->tx_stats.restart_queue; in i40e_update_vsi_stats() 855 tx_restart += p->tx_stats.restart_queue; in i40e_update_vsi_stats() 862 vsi->tx_restart = tx_restart; in i40e_update_vsi_stats()
|
D | i40e_debugfs.c | 244 vsi->tx_restart, vsi->tx_busy, in i40e_dbg_dump_vsi_seid()
|