Searched refs:InvalidBarType (Results 1 – 1 of 1) sorted by relevance
241 InvalidBarType, enumerator255 Self::InvalidBarType => write!(f, "Invalid PCI BAR type."), in fmt()1233 _ => Err(PciError::InvalidBarType), in try_from()1340 _ => Err(PciError::InvalidBarType), in get_bar()1409 return Err(PciError::InvalidBarType); in pci_bar_init()