Searched refs:nic_tx_stats (Results 1 – 3 of 3) sorted by relevance
96 static void gather_tx_stats(struct hinic_txq_stats *nic_tx_stats, struct hinic_txq *txq) in gather_tx_stats() argument102 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()107 nic_tx_stats->big_frags_pkts += tx_stats.big_frags_pkts; 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()843 struct hinic_txq_stats nic_tx_stats = {}; in hinic_get_stats64() local[all …]
850 struct nic_tx_stats { struct900 struct nic_tx_stats fromhost; argument
1291 struct nic_tx_stats *rsp_tstats = &resp->stats.fromhost; in octnet_nic_stats_callback()1293 struct nic_tx_stats *tstats = &oct_dev->link_stats.fromhost; in octnet_nic_stats_callback()