Home
last modified time | relevance | path

Searched refs:batch_copy_nb_elems (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/lib/librte_vhost/
H A Dvirtio_net.c51 uint16_t count = vq->batch_copy_nb_elems; in do_data_copy_enqueue()
61 vq->batch_copy_nb_elems = 0; in do_data_copy_enqueue()
68 uint16_t count = vq->batch_copy_nb_elems; in do_data_copy_dequeue()
74 vq->batch_copy_nb_elems = 0; in do_data_copy_dequeue()
903 vq->batch_copy_nb_elems >= vq->size)) { in copy_mbuf_to_desc()
913 batch_copy[vq->batch_copy_nb_elems].dst = in copy_mbuf_to_desc()
915 batch_copy[vq->batch_copy_nb_elems].src = in copy_mbuf_to_desc()
920 vq->batch_copy_nb_elems++; in copy_mbuf_to_desc()
1119 vq->batch_copy_nb_elems++; in async_mbuf_to_desc()
1987 vq->batch_copy_nb_elems >= vq->size || in copy_desc_to_mbuf()
[all …]
H A Dvhost.h184 uint16_t batch_copy_nb_elems; member