Searched refs:virtio_list (Results 1 – 1 of 1) sorted by relevance
30 if let Ok(virtio_list) = virtio_device_search(&mut list) { in virtio_probe()31 for virtio_device in virtio_list { in virtio_probe()77 let mut virtio_list: LinkedList<&mut PciDeviceStructureGeneralDevice> = LinkedList::new(); in virtio_device_search() localVariable79 virtio_list.push_back(virtio_net_device); in virtio_device_search()80 Ok(virtio_list) in virtio_device_search()