Home
last modified time | relevance | path

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

/kernel/dev/pcie/include/dev/
A Dpcie_platform.h128 enum class MsiSupportLevel { NONE, MSI, MSI_WITH_MASKING }; enum
129 explicit PciePlatformInterface(MsiSupportLevel msi_support) in PciePlatformInterface()
130 : supports_msi_((msi_support == MsiSupportLevel::MSI) || in PciePlatformInterface()
131 (msi_support == MsiSupportLevel::MSI_WITH_MASKING)), in PciePlatformInterface()
132 supports_msi_masking_(msi_support == MsiSupportLevel::MSI_WITH_MASKING) { } in PciePlatformInterface()
143 : PciePlatformInterface(MsiSupportLevel::NONE) {} in NoMsiPciePlatformInterface()
/kernel/dev/interrupt/arm_gic/v2/
A Darm_gicv2m_pcie.cpp26 : PciePlatformInterface(has_msi_gic ? MsiSupportLevel::MSI_WITH_MASKING in ArmGicV2PciePlatformSupport()
27 : MsiSupportLevel::NONE) {} in ArmGicV2PciePlatformSupport()
/kernel/platform/pc/
A Dplatform_pcie.cpp29 : PciePlatformInterface(MsiSupportLevel::MSI) {} in X86PciePlatformSupport()

Completed in 7 milliseconds