Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Dvirtio_net.c971 struct rte_vhost_iov_iter *dst_it) in async_mbuf_to_desc() argument
1132 async_fill_iter(dst_it, tlen, dst_iovec, tvec_idx); in async_mbuf_to_desc()
1493 struct rte_vhost_iov_iter *dst_it = it_pool + 1; in virtio_dev_rx_async_submit_split() local
1530 src_iovec, dst_iovec, src_it, dst_it) < 0) { 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()
1542 dst_iovec += dst_it->nr_segs; in virtio_dev_rx_async_submit_split()
1544 dst_it += 2; in virtio_dev_rx_async_submit_split()
1568 dst_it = it_pool + 1; in virtio_dev_rx_async_submit_split()