Searched refs:src_it (Results 1 – 1 of 1) sorted by relevance
970 struct rte_vhost_iov_iter *src_it, in async_mbuf_to_desc() argument1131 async_fill_iter(src_it, tlen, src_iovec, tvec_idx); in async_mbuf_to_desc()1492 struct rte_vhost_iov_iter *src_it = it_pool; in virtio_dev_rx_async_submit_split() local1530 src_iovec, dst_iovec, src_it, dst_it) < 0) { in virtio_dev_rx_async_submit_split()1536 if (src_it->count) { in virtio_dev_rx_async_submit_split()1537 async_fill_desc(&tdes[pkt_burst_idx], src_it, dst_it); in virtio_dev_rx_async_submit_split()1540 pkts_info[slot_idx].segs = src_it->nr_segs; in virtio_dev_rx_async_submit_split()1541 src_iovec += src_it->nr_segs; in virtio_dev_rx_async_submit_split()1543 src_it += 2; in virtio_dev_rx_async_submit_split()1545 segs_await += src_it->nr_segs; in virtio_dev_rx_async_submit_split()[all …]