Searched refs:it_pool (Results 1 – 3 of 3) sorted by relevance
334 if (vq->it_pool) in vhost_free_async_mem()335 rte_free(vq->it_pool); in vhost_free_async_mem()341 vq->it_pool = NULL; in vhost_free_async_mem()1637 vq->it_pool = rte_malloc_socket(NULL, in rte_vhost_async_channel_register()1644 !vq->it_pool || !vq->vec_pool) { in rte_vhost_async_channel_register()
1487 struct rte_vhost_iov_iter *it_pool = vq->it_pool; in virtio_dev_rx_async_submit_split() local1492 struct rte_vhost_iov_iter *src_it = it_pool; in virtio_dev_rx_async_submit_split()1493 struct rte_vhost_iov_iter *dst_it = it_pool + 1; in virtio_dev_rx_async_submit_split()1567 src_it = it_pool; in virtio_dev_rx_async_submit_split()1568 dst_it = it_pool + 1; in virtio_dev_rx_async_submit_split()
201 struct rte_vhost_iov_iter *it_pool; member