Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c853 if ((hba->intr_flags & EMLXS_INTX_ADDED)) { in emlxs_intx_uninit()
891 if (hba->intr_flags & EMLXS_INTX_ADDED) { in emlxs_intx_add()
918 hba->intr_flags |= EMLXS_INTX_ADDED; in emlxs_intx_add()
930 if (!(hba->intr_flags & EMLXS_INTX_ADDED)) { in emlxs_intx_remove()
933 hba->intr_flags &= ~EMLXS_INTX_ADDED; in emlxs_intx_remove()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1976 #define EMLXS_INTX_ADDED 0x0002 macro
1981 #define EMLXS_INTR_ADDED (EMLXS_INTX_ADDED|EMLXS_MSI_ADDED)