Home
last modified time | relevance | path

Searched refs:txacc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/virtio/network/
H A Dif_vtnet.c2977 struct vtnet_txq_stats *txacc) in vtnet_accum_stats() argument
2981 bzero(txacc, sizeof(struct vtnet_txq_stats)); in vtnet_accum_stats()
2996 txacc->vtxs_opackets += txst->vtxs_opackets; in vtnet_accum_stats()
2997 txacc->vtxs_obytes += txst->vtxs_obytes; in vtnet_accum_stats()
2998 txacc->vtxs_csum += txst->vtxs_csum; in vtnet_accum_stats()
2999 txacc->vtxs_tso += txst->vtxs_tso; in vtnet_accum_stats()
3000 txacc->vtxs_rescheduled += txst->vtxs_rescheduled; in vtnet_accum_stats()