Searched refs:tx_save (Results 1 – 1 of 1) sorted by relevance
2980 struct netdev_queue_stats_tx *tx_save = &bn->txq_prv_stats; in bnge_add_prev_ring_stats64() local2984 stats->tx_packets += tx_save->packets; in bnge_add_prev_ring_stats64()2986 stats->tx_bytes += tx_save->bytes; in bnge_add_prev_ring_stats64()2988 stats->tx_dropped += tx_save->hw_drop_errors; in bnge_add_prev_ring_stats64()3082 struct netdev_queue_stats_tx *tx_save = &bn->txq_prv_stats; in bnge_fill_prev_stats64() local3086 stats->tx_packets = tx_save->packets; in bnge_fill_prev_stats64()3088 stats->tx_bytes = tx_save->bytes; in bnge_fill_prev_stats64()3090 stats->tx_dropped = tx_save->hw_drop_errors; in bnge_fill_prev_stats64()3117 struct netdev_queue_stats_tx *tx_save = &bn->txq_prv_stats; in bnge_save_ring_stats() local3139 tx_save->packets += BNGE_GET_RING_STATS64(sw, tx_ucast_pkts); in bnge_save_ring_stats()[all …]