Searched refs:n_pkts_cpl (Results 1 – 1 of 1) sorted by relevance
1633 uint16_t n_pkts_cpl = 0, n_pkts_put = 0, n_descs = 0; in rte_vhost_poll_enqueue_completed() local1666 n_pkts_cpl = vq->async_ops.check_completed_copies(vid, in rte_vhost_poll_enqueue_completed()1668 n_pkts_cpl += vq->async_last_pkts_n; in rte_vhost_poll_enqueue_completed()1674 if (n_pkts_cpl && pkts_info[info_idx].segs) in rte_vhost_poll_enqueue_completed()1675 n_pkts_cpl--; in rte_vhost_poll_enqueue_completed()1676 else if (!n_pkts_cpl && pkts_info[info_idx].segs) in rte_vhost_poll_enqueue_completed()1683 vq->async_last_pkts_n = n_pkts_cpl; in rte_vhost_poll_enqueue_completed()