xref: /illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/snippets/ecore_int_mode.h (revision 14b24e2b79293068c8e016a69ef1d872fb5e2fd5)
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 };
7