Home
last modified time | relevance | path

Searched refs:indexs (Results 1 – 2 of 2) sorted by relevance

/components/drivers/virtio/
A Dvirtio.c254 rt_uint16_t *indexs) in virtio_alloc_desc_chain() argument
260 RT_ASSERT(indexs != RT_NULL); in virtio_alloc_desc_chain()
269 indexs[i] = virtio_alloc_desc(dev, queue_index); in virtio_alloc_desc_chain()
271 if (indexs[i] == VIRTQ_INVALID_DESC_ID) in virtio_alloc_desc_chain()
275 virtio_free_desc(dev, queue_index, indexs[j]); in virtio_alloc_desc_chain()
A Dvirtio.h150 rt_uint16_t *indexs);

Completed in 3 milliseconds