9506 Want support for QLogic QL41000/45000 series devices
[unleashed.git] / usr / src / uts / common / io / qede / 579xx / drivers / ecore / documentation / snippets / ecore_int_mode.h
blob3e6d15dcf2e8e69ebecb64d6c45fbbb60033b22f
1 enum ecore_int_mode {
2 ECORE_INT_MODE_INTA,
3 ECORE_INT_MODE_MSIX,
4 ECORE_INT_MODE_MSI,
5 ECORE_INT_MODE_POLL
6 };