Searched refs:tx_restart (Results 1 – 11 of 11) sorted by relevance
/drivers/net/ethernet/freescale/fs_enet/ |
D | mac-fec.c | 475 static void tx_restart(struct net_device *dev) in tx_restart() function 498 .tx_restart = tx_restart,
|
D | mac-scc.c | 455 static void tx_restart(struct net_device *dev) in tx_restart() function 482 .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 | 94 void (*tx_restart)(struct net_device *dev); member
|
D | fs_enet-main.c | 186 (*fep->ops->tx_restart)(dev); in fs_enet_napi()
|
/drivers/net/ethernet/cavium/liquidio/ |
D | octeon_iq.h | 71 u64 tx_restart; member
|
D | lio_main.c | 618 tx_restart, 1); in txqs_wake() 624 tx_restart, 1); in txqs_wake() 700 tx_restart, 1); in check_txq_status() 709 tx_restart, 1); in check_txq_status() 966 tx_restart, 1); in update_txq_status() 972 tx_restart, 1); in update_txq_status() 1807 INCR_INSTRQUEUE_PKT_COUNT(lio->oct_dev, iq, tx_restart, 1); in check_txq_state()
|
D | lio_ethtool.c | 953 CVM_CAST64(oct_dev->instr_queue[j]->stats.tx_restart); in lio_get_ethtool_stats()
|
/drivers/net/ethernet/intel/i40e/ |
D | i40e.h | 518 u32 tx_restart; member
|
D | i40e_main.c | 798 u32 tx_restart, tx_busy; in i40e_update_vsi_stats() local 824 tx_restart = tx_busy = tx_linearize = tx_force_wb = 0; in i40e_update_vsi_stats() 840 tx_restart += p->tx_stats.restart_queue; in i40e_update_vsi_stats() 859 vsi->tx_restart = tx_restart; in i40e_update_vsi_stats()
|
D | i40e_debugfs.c | 260 vsi->tx_restart, vsi->tx_busy, in i40e_dbg_dump_vsi_seid()
|