Home
last modified time | relevance | path

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

/DragonOS-0.1.9/kernel/src/driver/virtio/
Dtransport_pci.rs447 BarNotAllocated(u8), enumerator
490 Self::BarNotAllocated(bar_index) => write!(f, "Bar {} not allocated.", bar_index), in fmt()
522 return Err(VirtioPciError::BarNotAllocated(struct_info.bar)); in get_bar_region()
/DragonOS-0.1.9/kernel/src/driver/net/e1000e/
De1000e.rs217 return Err(E1000EPciError::BarNotAllocated); in new()
797 BarNotAllocated, enumerator