Searched refs:slice_stats (Results 1 – 1 of 1) sorted by relevance
2950 const struct myri10ge_slice_netstats *slice_stats; in myri10ge_get_stats() local2954 slice_stats = &mgp->ss[i].stats; in myri10ge_get_stats()2955 stats->rx_packets += slice_stats->rx_packets; in myri10ge_get_stats()2956 stats->tx_packets += slice_stats->tx_packets; in myri10ge_get_stats()2957 stats->rx_bytes += slice_stats->rx_bytes; in myri10ge_get_stats()2958 stats->tx_bytes += slice_stats->tx_bytes; in myri10ge_get_stats()2959 stats->rx_dropped += slice_stats->rx_dropped; in myri10ge_get_stats()2960 stats->tx_dropped += slice_stats->tx_dropped; in myri10ge_get_stats()