Searched refs:indexs (Results 1 – 2 of 2) sorted by relevance
254 rt_uint16_t *indexs) in virtio_alloc_desc_chain() argument260 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()
150 rt_uint16_t *indexs);
Completed in 3 milliseconds