Searched defs:bar (Results 1 – 3 of 3) sorted by relevance
424 bar: u8, field
381 fn bar(&self) -> Option<&RwLock<PciStandardDeviceBar>> { in bar() method491 fn bar(&self) -> Option<&RwLock<PciStandardDeviceBar>> { in bar() method
209 let bar = device.bar().ok_or(E1000EPciError::BarGetFailed)?.read(); in new() localVariable