Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c149 if (!(hba->intr_flags & EMLXS_MSI_ENABLED)) { in emlxs_msi_init()
504 if (!(hba->intr_flags & EMLXS_MSI_ENABLED)) { in emlxs_msi_uninit()
596 if (!(hba->intr_flags & EMLXS_MSI_ENABLED)) { in emlxs_msi_add()
701 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.c74 if (!(hba->intr_flags & EMLXS_MSI_ENABLED)) { in emlxs_event_queue_create()
H A Demlxs_solaris.c6877 if (hba->intr_flags & EMLXS_MSI_ENABLED) { in emlxs_drv_banner()
7116 hba->intr_flags |= EMLXS_MSI_ENABLED; in emlxs_hba_attach()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1963 #define EMLXS_MSI_ENABLED 0x0010 macro