Searched refs:vring_size (Results 1 – 5 of 5) sorted by relevance
| /dpdk/drivers/crypto/virtio/ |
| H A D | virtio_ring.h | 101 vring_size(unsigned int num, unsigned long align) in vring_size() function
|
| H A D | virtio_cryptodev.c | 392 size = vring_size(vq_size, VIRTIO_PCI_VRING_ALIGN); in virtio_crypto_queue_setup()
|
| /dpdk/drivers/net/virtio/ |
| H A D | virtio_ring.h | 132 vring_size(struct virtio_hw *hw, unsigned int num, unsigned long align) in vring_size() function
|
| H A D | virtio_ethdev.c | 548 size = vring_size(hw, vq_size, VIRTIO_VRING_ALIGN); in virtio_init_queue()
|
| /dpdk/drivers/vdpa/ifc/ |
| H A D | ifcvf_vdpa.c | 604 size = RTE_ALIGN_CEIL(vring_size(vq.size, rte_mem_page_size()), in m_ifcvf_start() 689 size = RTE_ALIGN_CEIL(vring_size(vq.size, rte_mem_page_size()), in m_ifcvf_stop()
|