Home
last modified time | relevance | path

Searched refs:virtio_free_desc (Results 1 – 6 of 6) sorted by relevance

/components/drivers/virtio/
A Dvirtio.c232 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 Dvirtio_net.c39 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 Dvirtio.h148 void virtio_free_desc(struct virtio_device *dev, rt_uint32_t queue_index, rt_uint16_t desc_index);
A Dvirtio_console.c62 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 Dvirtio_input.c228 virtio_free_desc(virtio_dev, VIRTIO_INPUT_QUEUE_STATUS, id); in virtio_input_control()
A Dvirtio_gpu.c171 virtio_free_desc(virtio_dev, VIRTIO_GPU_QUEUE_CURSOR, id); in virtio_gpu_cursor_send_command()

Completed in 19 milliseconds