Searched refs:nic_tx_stats (Results 1 – 3 of 3) sorted by relevance
102 nic_tx_stats->bytes += tx_stats.bytes; in gather_tx_stats()103 nic_tx_stats->pkts += tx_stats.pkts; in gather_tx_stats()104 nic_tx_stats->tx_busy += tx_stats.tx_busy; in gather_tx_stats()105 nic_tx_stats->tx_wake += tx_stats.tx_wake; in gather_tx_stats()106 nic_tx_stats->tx_dropped += tx_stats.tx_dropped; in gather_tx_stats()112 struct hinic_txq_stats *nic_tx_stats) in gather_nic_stats() argument120 gather_tx_stats(nic_tx_stats, &nic_dev->txqs[i]); in gather_nic_stats()845 struct hinic_txq_stats nic_tx_stats = {}; in hinic_get_stats64() local854 stats->tx_bytes = nic_tx_stats.bytes; in hinic_get_stats64()855 stats->tx_packets = nic_tx_stats.pkts; in hinic_get_stats64()[all …]
850 struct nic_tx_stats { struct900 struct nic_tx_stats fromhost; argument
1305 struct nic_tx_stats *rsp_tstats = &resp->stats.fromhost; in octnet_nic_stats_callback()1307 struct nic_tx_stats *tstats = &oct_dev->link_stats.fromhost; in octnet_nic_stats_callback()
Completed in 13 milliseconds