Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/net/
H A Dvirtio_net.rs69 pub struct VirtIONetDevice { struct
71 inner: SpinLock<InnerVirtIONetDevice>, argument
75 unsafe impl Send for VirtIONetDevice {} argument
76 unsafe impl Sync for VirtIONetDevice {} implementation
92 impl VirtIONetDevice { impl
134 impl KObject for VirtIONetDevice { implementation
192 impl Device for VirtIONetDevice { implementation
260 impl VirtIODevice for VirtIONetDevice { implementation