Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Dvhost.c332 if (vq->async_pkts_info) in vhost_free_async_mem()
333 rte_free(vq->async_pkts_info); in vhost_free_async_mem()
340 vq->async_pkts_info = NULL; in vhost_free_async_mem()
1634 vq->async_pkts_info = rte_malloc_socket(NULL, in rte_vhost_async_channel_register()
1643 if (!vq->async_pkts_pending || !vq->async_pkts_info || in rte_vhost_async_channel_register()
H A Dvhost.h206 struct async_inflight_info *async_pkts_info; member
H A Dvhost_user.c1972 if (vq->async_pkts_info) in vhost_user_get_vring_base()
1973 rte_free(vq->async_pkts_info); in vhost_user_get_vring_base()
1975 vq->async_pkts_info = NULL; in vhost_user_get_vring_base()
H A Dvirtio_net.c1497 struct async_inflight_info *pkts_info = vq->async_pkts_info; in virtio_dev_rx_async_submit_split()
1660 pkts_info = vq->async_pkts_info; in rte_vhost_poll_enqueue_completed()