Searched refs:slice_stats (Results 1 – 1 of 1) sorted by relevance
2919 const struct myri10ge_slice_netstats *slice_stats; in myri10ge_get_stats() local2923 slice_stats = &mgp->ss[i].stats; in myri10ge_get_stats()2924 stats->rx_packets += slice_stats->rx_packets; in myri10ge_get_stats()2925 stats->tx_packets += slice_stats->tx_packets; in myri10ge_get_stats()2926 stats->rx_bytes += slice_stats->rx_bytes; in myri10ge_get_stats()2927 stats->tx_bytes += slice_stats->tx_bytes; in myri10ge_get_stats()2928 stats->rx_dropped += slice_stats->rx_dropped; in myri10ge_get_stats()2929 stats->tx_dropped += slice_stats->tx_dropped; in myri10ge_get_stats()