Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Dvhost.c336 if (vq->vec_pool) in vhost_free_async_mem()
337 rte_free(vq->vec_pool); in vhost_free_async_mem()
342 vq->vec_pool = NULL; in vhost_free_async_mem()
1640 vq->vec_pool = rte_malloc_socket(NULL, in rte_vhost_async_channel_register()
1644 !vq->it_pool || !vq->vec_pool) { in rte_vhost_async_channel_register()
H A Dvirtio_net.c1488 struct iovec *vec_pool = vq->vec_pool; in virtio_dev_rx_async_submit_split() local
1490 struct iovec *src_iovec = vec_pool; in virtio_dev_rx_async_submit_split()
1491 struct iovec *dst_iovec = vec_pool + (VHOST_MAX_ASYNC_VEC >> 1); in virtio_dev_rx_async_submit_split()
1565 src_iovec = vec_pool; in virtio_dev_rx_async_submit_split()
1566 dst_iovec = vec_pool + (VHOST_MAX_ASYNC_VEC >> 1); in virtio_dev_rx_async_submit_split()
H A Dvhost.h202 struct iovec *vec_pool; member