root/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/snippets/ecore_int_mode.h
enum ecore_int_mode {
        ECORE_INT_MODE_INTA,
        ECORE_INT_MODE_MSIX,
        ECORE_INT_MODE_MSI,
        ECORE_INT_MODE_POLL
};