Searched refs:slice_stats (Results 1 – 1 of 1) sorted by relevance
3126 const struct myri10ge_slice_netstats *slice_stats; in myri10ge_get_stats() local3130 slice_stats = &mgp->ss[i].stats; in myri10ge_get_stats()3131 stats->rx_packets += slice_stats->rx_packets; in myri10ge_get_stats()3132 stats->tx_packets += slice_stats->tx_packets; in myri10ge_get_stats()3133 stats->rx_bytes += slice_stats->rx_bytes; in myri10ge_get_stats()3134 stats->tx_bytes += slice_stats->tx_bytes; in myri10ge_get_stats()3135 stats->rx_dropped += slice_stats->rx_dropped; in myri10ge_get_stats()3136 stats->tx_dropped += slice_stats->tx_dropped; in myri10ge_get_stats()