Searched refs:slice_stats (Results 1 – 1 of 1) sorted by relevance
2927 const struct myri10ge_slice_netstats *slice_stats; in myri10ge_get_stats() local2931 slice_stats = &mgp->ss[i].stats; in myri10ge_get_stats()2932 stats->rx_packets += slice_stats->rx_packets; in myri10ge_get_stats()2933 stats->tx_packets += slice_stats->tx_packets; in myri10ge_get_stats()2934 stats->rx_bytes += slice_stats->rx_bytes; in myri10ge_get_stats()2935 stats->tx_bytes += slice_stats->tx_bytes; in myri10ge_get_stats()2936 stats->rx_dropped += slice_stats->rx_dropped; in myri10ge_get_stats()2937 stats->tx_dropped += slice_stats->tx_dropped; in myri10ge_get_stats()