Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Dvirtio_net.c1665 if (count > vq->async_last_pkts_n) in rte_vhost_poll_enqueue_completed()
1667 queue_id, 0, count - vq->async_last_pkts_n); in rte_vhost_poll_enqueue_completed()
1668 n_pkts_cpl += vq->async_last_pkts_n; in rte_vhost_poll_enqueue_completed()
1683 vq->async_last_pkts_n = n_pkts_cpl; in rte_vhost_poll_enqueue_completed()
H A Dvhost.h209 uint16_t async_last_pkts_n; member