Home
last modified time | relevance | path

Searched defs:num_buffers (Results 1 – 3 of 3) sorted by relevance

/dpdk/lib/eal/freebsd/
H A Deal_hugepage_info.c58 int num_buffers, fd, error; in eal_hugepage_info_init() local
/dpdk/lib/vhost/
H A Dvirtio_net.c597 vhost_shadow_enqueue_packed(struct vhost_virtqueue * vq,uint32_t * len,uint16_t * id,uint16_t * count,uint16_t num_buffers) vhost_shadow_enqueue_packed() argument
619 vhost_async_shadow_enqueue_packed(struct vhost_virtqueue * vq,uint32_t * len,uint16_t * id,uint16_t * count,uint16_t num_buffers) vhost_async_shadow_enqueue_packed() argument
641 vhost_shadow_enqueue_single_packed(struct virtio_net * dev,struct vhost_virtqueue * vq,uint32_t * len,uint16_t * id,uint16_t * count,uint16_t num_buffers) vhost_shadow_enqueue_single_packed() argument
854 reserve_avail_buf_split(struct virtio_net * dev,struct vhost_virtqueue * vq,uint64_t size,struct buf_vector * buf_vec,uint16_t * num_buffers,uint16_t avail_head,uint16_t * nr_vec) reserve_avail_buf_split() argument
1214 mbuf_to_desc(struct virtio_net * dev,struct vhost_virtqueue * vq,struct rte_mbuf * m,struct buf_vector * buf_vec,uint16_t nr_vec,uint16_t num_buffers,bool is_async) mbuf_to_desc() argument
1355 uint16_t num_buffers = 0; vhost_enqueue_single_packed() local
1411 uint16_t num_buffers; virtio_dev_rx_split() local
1815 uint16_t num_buffers; virtio_dev_rx_async_submit_split() local
2118 uint16_t num_buffers; virtio_dev_rx_async_submit_packed() local
[all...]
/dpdk/drivers/net/virtio/
H A Dvirtqueue.h257 uint16_t num_buffers; /**< Number of merged rx buffers */ member