Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/pci/
H A Dpci_irq.rs42 IrqTypeUnmatch, enumerator
273 return Err(PciError::PciIrqError(PciIrqError::IrqTypeUnmatch)); in msix_enable()
304 return Err(PciError::PciIrqError(PciIrqError::IrqTypeUnmatch)); in msi_enable()
405 return Err(PciError::PciIrqError(PciIrqError::IrqTypeUnmatch)); in msi_install()
504 return Err(PciError::PciIrqError(PciIrqError::IrqTypeUnmatch)); in msi_install()
566 return Err(PciError::PciIrqError(PciIrqError::IrqTypeUnmatch)); in msix_install()
595 return Err(PciError::PciIrqError(PciIrqError::IrqTypeUnmatch)); in msix_install()
665 return Err(PciError::PciIrqError(PciIrqError::IrqTypeUnmatch)); in msi_uninstall()
718 return Err(PciError::PciIrqError(PciIrqError::IrqTypeUnmatch)); in msix_uninstall()
798 return Err(PciError::PciIrqError(PciIrqError::IrqTypeUnmatch)); in msi_mask()
[all …]