Home
last modified time | relevance | path

Searched defs:HalImpl (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/driver/virtio/
H A Dvirtio_impl.rs16 pub struct HalImpl; struct
17 unsafe impl Hal for HalImpl { implementation
/DragonOS/kernel/src/driver/net/
H A Dvirtio_net.rs307 const fn new(inner: VirtIONet<HalImpl, VirtIOTransport, 2>) -> Self { in new()
514 pub fn new(driver_net: VirtIONet<HalImpl, VirtIOTransport, 2>) -> Self { in new()