Home
last modified time | relevance | path

Searched refs:FW_UPDATE_NEEDED (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_clock.c894 if (!(hba->fw_flag & FW_UPDATE_NEEDED)) { in emlxs_timer_check_fw_update()
H A Demlxs_sli3.c748 hba->fw_flag |= FW_UPDATE_NEEDED; in emlxs_sli3_online()
783 FW_UPDATE_NEEDED; in emlxs_sli3_online()
798 hba->fw_flag |= FW_UPDATE_NEEDED; in emlxs_sli3_online()
H A Demlxs_sli4.c830 hba->fw_flag |= FW_UPDATE_NEEDED; in emlxs_sli4_online()
865 FW_UPDATE_NEEDED; in emlxs_sli4_online()
880 hba->fw_flag |= FW_UPDATE_NEEDED; in emlxs_sli4_online()
H A Demlxs_fct.c1573 if (hba->fw_flag & FW_UPDATE_NEEDED) { in emlxs_fct_ctl()
H A Demlxs_solaris.c4113 if (hba->fw_flag & FW_UPDATE_NEEDED) { in emlxs_fca_reset()
4144 if (hba->fw_flag & FW_UPDATE_NEEDED) { in emlxs_fca_reset()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1893 #define FW_UPDATE_NEEDED 0x00000001 macro