Searched refs:txacc (Results 1 – 1 of 1) sorted by relevance
3028 struct vtnet_txq_stats *txacc) in vtnet_accum_stats() argument3032 bzero(txacc, sizeof(struct vtnet_txq_stats)); in vtnet_accum_stats()3047 txacc->vtxs_opackets += txst->vtxs_opackets; in vtnet_accum_stats()3048 txacc->vtxs_obytes += txst->vtxs_obytes; in vtnet_accum_stats()3049 txacc->vtxs_csum += txst->vtxs_csum; in vtnet_accum_stats()3050 txacc->vtxs_tso += txst->vtxs_tso; in vtnet_accum_stats()3051 txacc->vtxs_rescheduled += txst->vtxs_rescheduled; in vtnet_accum_stats()