Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/net/e1000e/
H A De1000e_driver.rs36 use super::e1000e::{E1000EBuffer, E1000EDevice};
45 pub inner: Arc<SpinLock<E1000EDevice>>,
126 pub fn new(device: E1000EDevice) -> Self { in new()
133 let inner: Arc<SpinLock<E1000EDevice>> = Arc::new(SpinLock::new(device)); in new()
437 pub fn e1000e_driver_init(device: E1000EDevice) { in e1000e_driver_init() argument
H A De1000e.rs165 pub struct E1000EDevice { struct
198 impl E1000EDevice { argument
407 return Ok(E1000EDevice { in new()
557 impl Drop for E1000EDevice { implementation
618 let e1000e = E1000EDevice::new( in e1000e_probe()