Searched refs:rxacc (Results 1 – 1 of 1) sorted by relevance
2976 vtnet_accum_stats(struct vtnet_softc *sc, struct vtnet_rxq_stats *rxacc, in vtnet_accum_stats() argument2980 bzero(rxacc, sizeof(struct vtnet_rxq_stats)); in vtnet_accum_stats()2988 rxacc->vrxs_ipackets += rxst->vrxs_ipackets; in vtnet_accum_stats()2989 rxacc->vrxs_ibytes += rxst->vrxs_ibytes; in vtnet_accum_stats()2990 rxacc->vrxs_iqdrops += rxst->vrxs_iqdrops; in vtnet_accum_stats()2991 rxacc->vrxs_csum += rxst->vrxs_csum; in vtnet_accum_stats()2992 rxacc->vrxs_csum_failed += rxst->vrxs_csum_failed; in vtnet_accum_stats()2993 rxacc->vrxs_rescheduled += rxst->vrxs_rescheduled; in vtnet_accum_stats()