Searched refs:async_last_pkts_n (Results 1 – 2 of 2) sorted by relevance
1665 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()
209 uint16_t async_last_pkts_n; member