Home
last modified time | relevance | path

Searched refs:BarNotAllocated (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/driver/virtio/
H A Dtransport_pci.rs456 BarNotAllocated(u8), enumerator
500 Self::BarNotAllocated(bar_index) => write!(f, "Bar {} not allocated.", bar_index), in fmt()
532 return Err(VirtioPciError::BarNotAllocated(struct_info.bar)); in get_bar_region()
/DragonOS/kernel/src/driver/net/e1000e/
H A De1000e.rs216 return Err(E1000EPciError::BarNotAllocated); in new()
791 BarNotAllocated, enumerator