Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/driver/pci/
Dpci_irq.rs35 IrqTypeUnmatch, enumerator
231 return Err(PciError::PciIrqError(PciIrqError::IrqTypeUnmatch)); in msix_enable()
262 return Err(PciError::PciIrqError(PciIrqError::IrqTypeUnmatch)); in msi_enable()
348 return Err(PciError::PciIrqError(PciIrqError::IrqTypeUnmatch)); in msi_install()
447 return Err(PciError::PciIrqError(PciIrqError::IrqTypeUnmatch)); in msi_install()
496 return Err(PciError::PciIrqError(PciIrqError::IrqTypeUnmatch)); in msix_install()
525 return Err(PciError::PciIrqError(PciIrqError::IrqTypeUnmatch)); in msix_install()
592 return Err(PciError::PciIrqError(PciIrqError::IrqTypeUnmatch)); in msi_uninstall()
642 return Err(PciError::PciIrqError(PciIrqError::IrqTypeUnmatch)); in msix_uninstall()
722 return Err(PciError::PciIrqError(PciIrqError::IrqTypeUnmatch)); in msi_mask()
[all …]