Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/virtio/
H A Dtransport_pci.rs122 ) -> Result<Self, VirtioPciError> { in new() argument
127 return Err(VirtioPciError::InvalidVendorId(header.vendor_id)); in new()
191 &common_cfg.ok_or(VirtioPciError::MissingCommonConfig)?, in new()
194 let notify_cfg = notify_cfg.ok_or(VirtioPciError::MissingNotifyConfig)?; in new()
196 return Err(VirtioPciError::InvalidNotifyOffMultiplier( in new()
204 &isr_cfg.ok_or(VirtioPciError::MissingIsrConfig)?, in new()
433 pub enum VirtioPciError { enum
464 impl Display for VirtioPciError { implementation
505 impl From<PciError> for VirtioPciError { implementation
517 ) -> Result<NonNull<T>, VirtioPciError> { in get_bar_region() argument
[all …]