Searched refs:vring_size (Results 1 – 5 of 5) sorted by relevance
| /f-stack/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()
|
| /f-stack/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 | 512 size = vring_size(hw, vq_size, VIRTIO_PCI_VRING_ALIGN); in virtio_init_queue()
|
| /f-stack/dpdk/drivers/vdpa/ifc/ |
| H A D | ifcvf_vdpa.c | 603 size = RTE_ALIGN_CEIL(vring_size(vq.size, PAGE_SIZE), in m_ifcvf_start() 689 size = RTE_ALIGN_CEIL(vring_size(vq.size, PAGE_SIZE), in m_ifcvf_stop()
|