Home
last modified time | relevance | path

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

/dpdk/drivers/net/virtio/
H A Dvirtio_rxtx_packed_avx.h125 virtio_update_batch_stats(&txvq->stats, tx_pkts[0]->pkt_len, in virtqueue_enqueue_batch_packed_vec()
226 virtio_update_batch_stats(&rxvq->stats, rx_pkts[0]->pkt_len, in virtqueue_dequeue_batch_packed_vec()
H A Dvirtio_rxtx_packed_neon.h146 virtio_update_batch_stats(&txvq->stats, tx_pkts[0]->pkt_len, in virtqueue_enqueue_batch_packed_vec()
280 virtio_update_batch_stats(&rxvq->stats, rx_pkts[0]->pkt_len, in virtqueue_dequeue_batch_packed_vec()
H A Dvirtio_rxtx_packed.h91 virtio_update_batch_stats(struct virtnet_stats *stats, in virtio_update_batch_stats() function