Lines Matching refs:PciDeviceNotSupportIrq

34     PciDeviceNotSupportIrq,  enumerator
204 return Err(PciError::PciIrqError(PciIrqError::PciDeviceNotSupportIrq)); in irq_enable()
235 return Err(PciError::PciIrqError(PciIrqError::PciDeviceNotSupportIrq)); in msix_enable()
266 return Err(PciError::PciIrqError(PciIrqError::PciDeviceNotSupportIrq)); in msi_enable()
301 return Err(PciError::PciIrqError(PciIrqError::PciDeviceNotSupportIrq)); in irq_install()
451 return Err(PciError::PciIrqError(PciIrqError::PciDeviceNotSupportIrq)); in msi_install()
529 return Err(PciError::PciIrqError(PciIrqError::PciDeviceNotSupportIrq)); in msix_install()
551 return Err(PciError::PciIrqError(PciIrqError::PciDeviceNotSupportIrq)); in irq_uninstall()
596 return Err(PciError::PciIrqError(PciIrqError::PciDeviceNotSupportIrq)); in msi_uninstall()
646 return Err(PciError::PciIrqError(PciIrqError::PciDeviceNotSupportIrq)); in msix_uninstall()
668 return Err(PciError::PciIrqError(PciIrqError::PciDeviceNotSupportIrq)); in irq_mask()
726 return Err(PciError::PciIrqError(PciIrqError::PciDeviceNotSupportIrq)); in msi_mask()
767 return Err(PciError::PciIrqError(PciIrqError::PciDeviceNotSupportIrq)); in msix_mask()
789 return Err(PciError::PciIrqError(PciIrqError::PciDeviceNotSupportIrq)); in irq_unmask()
846 return Err(PciError::PciIrqError(PciIrqError::PciDeviceNotSupportIrq)); in msi_unmask()
887 return Err(PciError::PciIrqError(PciIrqError::PciDeviceNotSupportIrq)); in msix_unmask()
910 return Err(PciError::PciIrqError(PciIrqError::PciDeviceNotSupportIrq)); in irq_check_pending()
959 return Err(PciError::PciIrqError(PciIrqError::PciDeviceNotSupportIrq)); in msi_check_pending()
999 return Err(PciError::PciIrqError(PciIrqError::PciDeviceNotSupportIrq)); in msix_check_pending()