Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/net/
H A Dvirtio_net.rs77 struct InnerVirtIONetDevice { struct
85 impl Debug for InnerVirtIONetDevice { implementation
122 fn inner(&self) -> SpinLockGuard<InnerVirtIONetDevice> { in inner()