Home
last modified time | relevance | path

Searched refs:VirtioDeviceId (Results 1 – 3 of 3) sorted by relevance

/DragonOS/kernel/src/driver/virtio/
H A Dmod.rs54 fn virtio_id_table(&self) -> LinkedList<VirtioDeviceId>; in virtio_id_table() argument
56 fn add_virtio_id(&self, id: VirtioDeviceId); in add_virtio_id() argument
63 pub id_table: LinkedList<VirtioDeviceId>,
68 pub struct VirtioDeviceId { struct
73 impl VirtioDeviceId { argument
/DragonOS/kernel/src/driver/block/
H A Dvirtio_blk.rs36 VirtIODevice, VirtIODeviceIndex, VirtIODriver, VirtIODriverCommonData, VirtioDeviceId,
505 let id_table = VirtioDeviceId::new( in new()
548 fn virtio_id_table(&self) -> LinkedList<crate::driver::virtio::VirtioDeviceId> { in virtio_id_table() argument
552 fn add_virtio_id(&self, id: VirtioDeviceId) { in add_virtio_id() argument
/DragonOS/kernel/src/driver/net/
H A Dvirtio_net.rs39 VirtIODevice, VirtIODeviceIndex, VirtIODriver, VirtIODriverCommonData, VirtioDeviceId,
801 let id_table = VirtioDeviceId::new( in new()
862 fn virtio_id_table(&self) -> LinkedList<VirtioDeviceId> { in virtio_id_table() argument
866 fn add_virtio_id(&self, id: VirtioDeviceId) { in add_virtio_id() argument