Searched refs:rxacc (Results 1 – 1 of 1) sorted by relevance
2982 vtnet_accum_stats(struct vtnet_softc *sc, struct vtnet_rxq_stats *rxacc, in vtnet_accum_stats() argument2986 bzero(rxacc, sizeof(struct vtnet_rxq_stats)); in vtnet_accum_stats()2994 rxacc->vrxs_ipackets += rxst->vrxs_ipackets; in vtnet_accum_stats()2995 rxacc->vrxs_ibytes += rxst->vrxs_ibytes; in vtnet_accum_stats()2996 rxacc->vrxs_iqdrops += rxst->vrxs_iqdrops; in vtnet_accum_stats()2997 rxacc->vrxs_csum += rxst->vrxs_csum; in vtnet_accum_stats()2998 rxacc->vrxs_csum_failed += rxst->vrxs_csum_failed; in vtnet_accum_stats()2999 rxacc->vrxs_rescheduled += rxst->vrxs_rescheduled; in vtnet_accum_stats()