Searched refs:virtio_alloc_ring (Results 1 – 6 of 6) sorted by relevance
| /dev/virtio/include/dev/ |
| A D | virtio.h | 50 status_t virtio_alloc_ring(struct virtio_device *dev, uint index, uint16_t len) __NONNULL();
|
| /dev/virtio/9p/ |
| A D | virtio-9p.c | 93 virtio_alloc_ring(dev, VIRTIO_9P_RING_IDX, VIRTIO_9P_RING_SIZE); in virtio_9p_init()
|
| /dev/virtio/net/ |
| A D | virtio-net.c | 207 virtio_alloc_ring(dev, RING_RX, RX_RING_SIZE); // rx in virtio_net_init() 208 virtio_alloc_ring(dev, RING_TX, TX_RING_SIZE); // tx in virtio_net_init()
|
| /dev/virtio/ |
| A D | virtio.c | 314 status_t virtio_alloc_ring(struct virtio_device *dev, uint index, uint16_t len) { in virtio_alloc_ring() function
|
| /dev/virtio/block/ |
| A D | virtio-block.c | 207 virtio_alloc_ring(dev, 0, VIRTIO_BLK_RING_LEN); in virtio_block_init()
|
| /dev/virtio/gpu/ |
| A D | virtio-gpu.c | 452 virtio_alloc_ring(dev, 0, 16); in virtio_gpu_init()
|
Completed in 17 milliseconds