Searched refs:InvalidBarType (Results 1 – 1 of 1) sorted by relevance
238 InvalidBarType, enumerator250 Self::InvalidBarType => write!(f, "Invalid PCI BAR type."), in fmt()1143 _ => Err(PciError::InvalidBarType), in try_from()1247 _ => Err(PciError::InvalidBarType), in get_bar()1316 return Err(PciError::InvalidBarType); in pci_bar_init()