Home
last modified time | relevance | path

Searched refs:EMLXS_MSI_ENABLED (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c151 if (!(hba->intr_flags & EMLXS_MSI_ENABLED)) { in emlxs_msi_init()
506 if (!(hba->intr_flags & EMLXS_MSI_ENABLED)) { in emlxs_msi_uninit()
598 if (!(hba->intr_flags & EMLXS_MSI_ENABLED)) { in emlxs_msi_add()
703 if (!(hba->intr_flags & EMLXS_MSI_ENABLED)) { in emlxs_msi_remove()
H A Demlxs_msg.c66 if (!(hba->intr_flags & EMLXS_MSI_ENABLED)) { in emlxs_msg_log_create()
H A Demlxs_event.c75 if (!(hba->intr_flags & EMLXS_MSI_ENABLED)) { in emlxs_event_queue_create()
H A Demlxs_solaris.c6890 if (hba->intr_flags & EMLXS_MSI_ENABLED) { in emlxs_drv_banner()
7136 hba->intr_flags |= EMLXS_MSI_ENABLED; in emlxs_hba_attach()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1977 #define EMLXS_MSI_ENABLED 0x0010 macro