Searched refs:txacc (Results 1 – 1 of 1) sorted by relevance
3070 struct vtnet_txq_stats *txacc) in vtnet_accum_stats() argument3074 bzero(txacc, sizeof(struct vtnet_txq_stats)); in vtnet_accum_stats()3089 txacc->vtxs_opackets += txst->vtxs_opackets; in vtnet_accum_stats()3090 txacc->vtxs_obytes += txst->vtxs_obytes; in vtnet_accum_stats()3091 txacc->vtxs_csum += txst->vtxs_csum; in vtnet_accum_stats()3092 txacc->vtxs_tso += txst->vtxs_tso; in vtnet_accum_stats()3093 txacc->vtxs_rescheduled += txst->vtxs_rescheduled; in vtnet_accum_stats()