Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Dvhost_user.c462 if (vq->batch_copy_elems) in vhost_user_set_vring_num()
463 rte_free(vq->batch_copy_elems); in vhost_user_set_vring_num()
464 vq->batch_copy_elems = rte_malloc(NULL, in vhost_user_set_vring_num()
467 if (!vq->batch_copy_elems) { in vhost_user_set_vring_num()
545 rte_free(vq->batch_copy_elems); in numa_realloc()
546 vq->batch_copy_elems = new_batch_copy_elems; in numa_realloc()
1978 rte_free(vq->batch_copy_elems); in vhost_user_get_vring_base()
1979 vq->batch_copy_elems = NULL; in vhost_user_get_vring_base()
H A Dvirtio_net.c50 struct batch_copy_elem *elem = vq->batch_copy_elems; in do_data_copy_enqueue()
67 struct batch_copy_elem *elem = vq->batch_copy_elems; in do_data_copy_dequeue()
814 struct batch_copy_elem *batch_copy = vq->batch_copy_elems; in copy_mbuf_to_desc()
980 struct batch_copy_elem *batch_copy = vq->batch_copy_elems; in async_mbuf_to_desc()
1929 struct batch_copy_elem *batch_copy = vq->batch_copy_elems; in copy_desc_to_mbuf()
H A Dvhost.h183 struct batch_copy_elem *batch_copy_elems; member
H A Dvhost.c354 rte_free(vq->batch_copy_elems); in free_vq()