Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/net/
H A Dvirtio_net.rs383 struct InnerVirtIOInterface { struct
384 kobj_common: KObjectCommonData,
385 device_common: DeviceCommonData,
386 netdevice_common: NetDeviceCommonData,
426 fn inner(&self) -> SpinLockGuard<InnerVirtIOInterface> { in inner()