Searched refs:bar (Results 1 – 6 of 6) sorted by relevance
86 symbols::bar::NINE_LEVELS in draw_memory_logging_speed_gauges()88 symbols::bar::THREE_LEVELS in draw_memory_logging_speed_gauges()
154 bar: pci_root_0().read_config( in new()424 bar: u8, field519 let bar_info = device_bar.get_bar(struct_info.bar)?; in get_bar_region()524 return Err(VirtioPciError::BarNotAllocated(struct_info.bar)); in get_bar_region()
573 .bar() in msix_install()694 .bar() in msix_uninstall()824 .bar() in msix_mask()945 .bar() in msix_unmask()1060 .bar() in msix_check_pending()
381 fn bar(&self) -> Option<&RwLock<PciStandardDeviceBar>> { in bar() method484 Ok(bar) => { in bar_ioremap()485 *self.standard_device_bar.write() = bar; in bar_ioremap()491 fn bar(&self) -> Option<&RwLock<PciStandardDeviceBar>> { in bar() method
61 .bar() in ahci_init()
209 let bar = device.bar().ok_or(E1000EPciError::BarGetFailed)?.read(); in new() localVariable210 let bar0 = bar.get_bar(0)?; in new()