Searched refs:txacc (Results 1 – 1 of 1) sorted by relevance
2983 struct vtnet_txq_stats *txacc) in vtnet_accum_stats() argument2987 bzero(txacc, sizeof(struct vtnet_txq_stats)); in vtnet_accum_stats()3002 txacc->vtxs_opackets += txst->vtxs_opackets; in vtnet_accum_stats()3003 txacc->vtxs_obytes += txst->vtxs_obytes; in vtnet_accum_stats()3004 txacc->vtxs_csum += txst->vtxs_csum; in vtnet_accum_stats()3005 txacc->vtxs_tso += txst->vtxs_tso; in vtnet_accum_stats()3006 txacc->vtxs_rescheduled += txst->vtxs_rescheduled; in vtnet_accum_stats()