Home
last modified time | relevance | path

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

/dpdk/lib/vhost/
H A Dvhost_user.c478 rte_free(vq->batch_copy_elems); in vhost_user_set_vring_num()
479 vq->batch_copy_elems = rte_malloc_socket(NULL, in vhost_user_set_vring_num()
482 if (!vq->batch_copy_elems) { in vhost_user_set_vring_num()
566 bce = rte_realloc_socket(vq->batch_copy_elems, vq->size * sizeof(*bce), in numa_realloc()
573 vq->batch_copy_elems = bce; in numa_realloc()
2119 rte_free(vq->batch_copy_elems); in vhost_user_get_vring_base()
2120 vq->batch_copy_elems = NULL; in vhost_user_get_vring_base()
H A Dvirtio_net.c182 struct batch_copy_elem *elem = vq->batch_copy_elems; in do_data_copy_enqueue()
199 struct batch_copy_elem *elem = vq->batch_copy_elems; in do_data_copy_dequeue()
1037 struct batch_copy_elem *batch_copy = vq->batch_copy_elems; in sync_mbuf_to_desc_seg()
2485 struct batch_copy_elem *batch_copy = vq->batch_copy_elems; in copy_desc_to_mbuf()
H A Dvhost.h272 struct batch_copy_elem *batch_copy_elems; member
H A Dvhost.c362 rte_free(vq->batch_copy_elems); in free_vq()