Home
last modified time | relevance | path

Searched refs:EMLXS_INTX_INITED (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c787 if (hba->intr_flags & EMLXS_INTX_INITED) { in emlxs_intx_init()
824 hba->intr_flags |= EMLXS_INTX_INITED; in emlxs_intx_init()
862 if (!(hba->intr_flags & EMLXS_INTX_INITED)) { in emlxs_intx_uninit()
865 hba->intr_flags &= ~EMLXS_INTX_INITED; in emlxs_intx_uninit()
896 if (!(hba->intr_flags & EMLXS_INTX_INITED)) { in emlxs_intx_add()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1975 #define EMLXS_INTX_INITED 0x0001 macro
1980 #define EMLXS_INTR_INITED (EMLXS_INTX_INITED|EMLXS_MSI_INITED)