Lines Matching refs:PciDeviceNotSupportIrq

41     PciDeviceNotSupportIrq,  enumerator
246 return Err(PciError::PciIrqError(PciIrqError::PciDeviceNotSupportIrq)); in irq_enable()
277 return Err(PciError::PciIrqError(PciIrqError::PciDeviceNotSupportIrq)); in msix_enable()
308 return Err(PciError::PciIrqError(PciIrqError::PciDeviceNotSupportIrq)); in msi_enable()
343 return Err(PciError::PciIrqError(PciIrqError::PciDeviceNotSupportIrq)); in irq_install()
508 return Err(PciError::PciIrqError(PciIrqError::PciDeviceNotSupportIrq)); in msi_install()
599 return Err(PciError::PciIrqError(PciIrqError::PciDeviceNotSupportIrq)); in msix_install()
621 return Err(PciError::PciIrqError(PciIrqError::PciDeviceNotSupportIrq)); in irq_uninstall()
669 return Err(PciError::PciIrqError(PciIrqError::PciDeviceNotSupportIrq)); in msi_uninstall()
722 return Err(PciError::PciIrqError(PciIrqError::PciDeviceNotSupportIrq)); in msix_uninstall()
744 return Err(PciError::PciIrqError(PciIrqError::PciDeviceNotSupportIrq)); in irq_mask()
802 return Err(PciError::PciIrqError(PciIrqError::PciDeviceNotSupportIrq)); in msi_mask()
843 return Err(PciError::PciIrqError(PciIrqError::PciDeviceNotSupportIrq)); in msix_mask()
865 return Err(PciError::PciIrqError(PciIrqError::PciDeviceNotSupportIrq)); in irq_unmask()
922 return Err(PciError::PciIrqError(PciIrqError::PciDeviceNotSupportIrq)); in msi_unmask()
963 return Err(PciError::PciIrqError(PciIrqError::PciDeviceNotSupportIrq)); in msix_unmask()
986 return Err(PciError::PciIrqError(PciIrqError::PciDeviceNotSupportIrq)); in irq_check_pending()
1035 return Err(PciError::PciIrqError(PciIrqError::PciDeviceNotSupportIrq)); in msi_check_pending()
1075 return Err(PciError::PciIrqError(PciIrqError::PciDeviceNotSupportIrq)); in msix_check_pending()