Searched refs:E1000EDevice (Results 1 – 2 of 2) sorted by relevance
36 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
165 pub struct E1000EDevice { struct198 impl E1000EDevice { argument407 return Ok(E1000EDevice { in new()557 impl Drop for E1000EDevice { implementation618 let e1000e = E1000EDevice::new( in e1000e_probe()