Searched refs:start_index (Results 1 – 2 of 2) sorted by relevance
59 …_alloc_desc_chain(struct virtio_device *dev, uint ring_index, size_t count, uint16_t *start_index);
259 …alloc_desc_chain(struct virtio_device *dev, uint ring_index, size_t count, uint16_t *start_index) { in virtio_alloc_desc_chain() argument286 if (start_index) in virtio_alloc_desc_chain()287 *start_index = last_index; in virtio_alloc_desc_chain()
Completed in 8 milliseconds