Searched refs:virtio_free_desc (Results 1 – 6 of 6) sorted by relevance
| /components/drivers/virtio/ |
| A D | virtio.c | 232 void virtio_free_desc(struct virtio_device *dev, rt_uint32_t queue_index, rt_uint16_t desc_index) in virtio_free_desc() function 275 virtio_free_desc(dev, queue_index, indexs[j]); in virtio_alloc_desc_chain() 299 virtio_free_desc(dev, queue_index, desc_index); in virtio_free_desc_chain()
|
| A D | virtio_net.c | 39 virtio_free_desc(virtio_dev, VIRTIO_NET_QUEUE_TX, id); in virtio_net_tx() 40 virtio_free_desc(virtio_dev, VIRTIO_NET_QUEUE_TX, id + 1); in virtio_net_tx()
|
| A D | virtio.h | 148 void virtio_free_desc(struct virtio_device *dev, rt_uint32_t queue_index, rt_uint16_t desc_index);
|
| A D | virtio_console.c | 62 virtio_free_desc(virtio_dev, VIRTIO_CONSOLE_QUEUE_CTRL_TX, id); in virtio_console_send_ctrl() 381 virtio_free_desc(virtio_dev, queue_tx_index, id); in virtio_console_port_write()
|
| A D | virtio_input.c | 228 virtio_free_desc(virtio_dev, VIRTIO_INPUT_QUEUE_STATUS, id); in virtio_input_control()
|
| A D | virtio_gpu.c | 171 virtio_free_desc(virtio_dev, VIRTIO_GPU_QUEUE_CURSOR, id); in virtio_gpu_cursor_send_command()
|
Completed in 19 milliseconds