Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/net/
H A Dvirtio_net.rs373 pub struct VirtioInterface { struct
389 impl core::fmt::Debug for VirtioInterface { argument
400 impl VirtioInterface { impl
410 let result = Arc::new(VirtioInterface { in new()
437 impl Drop for VirtioInterface { implementation
444 impl Device for VirtioInterface { implementation
639 impl NetDevice for VirtioInterface { implementation
720 impl KObject for VirtioInterface { implementation
847 let iface: Arc<VirtioInterface> = in probe()
848 VirtioInterface::new(virtio_net_device.inner().device_inner.clone()); in probe()