Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Dvhost.c330 if (vq->async_pkts_pending) in vhost_free_async_mem()
331 rte_free(vq->async_pkts_pending); in vhost_free_async_mem()
339 vq->async_pkts_pending = NULL; in vhost_free_async_mem()
1631 vq->async_pkts_pending = 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 Dvirtio_net.c1610 rte_memcpy(&vq->async_pkts_pending[vq->async_pkts_idx], in virtio_dev_rx_async_submit_split()
1614 rte_memcpy(&vq->async_pkts_pending[vq->async_pkts_idx], in virtio_dev_rx_async_submit_split()
1616 rte_memcpy(&vq->async_pkts_pending[0], in virtio_dev_rx_async_submit_split()
1694 rte_memcpy(pkts, &vq->async_pkts_pending[start_idx], in rte_vhost_poll_enqueue_completed()
1697 rte_memcpy(pkts, &vq->async_pkts_pending[start_idx], in rte_vhost_poll_enqueue_completed()
1700 vq->async_pkts_pending, in rte_vhost_poll_enqueue_completed()
H A Dvhost.h205 uintptr_t **async_pkts_pending; member
H A Dvhost_user.c1970 if (vq->async_pkts_pending) in vhost_user_get_vring_base()
1971 rte_free(vq->async_pkts_pending); in vhost_user_get_vring_base()
1974 vq->async_pkts_pending = NULL; in vhost_user_get_vring_base()