Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_clock.c887 if (!(hba->fw_flag & FW_UPDATE_NEEDED)) { in emlxs_timer_check_fw_update()
H A Demlxs_sli3.c745 hba->fw_flag |= FW_UPDATE_NEEDED; in emlxs_sli3_online()
780 FW_UPDATE_NEEDED; in emlxs_sli3_online()
795 hba->fw_flag |= FW_UPDATE_NEEDED; in emlxs_sli3_online()
H A Demlxs_sli4.c773 hba->fw_flag |= FW_UPDATE_NEEDED; in emlxs_sli4_online()
808 FW_UPDATE_NEEDED; in emlxs_sli4_online()
823 hba->fw_flag |= FW_UPDATE_NEEDED; in emlxs_sli4_online()
H A Demlxs_fct.c1564 if (hba->fw_flag & FW_UPDATE_NEEDED) {
H A Demlxs_solaris.c4103 if (hba->fw_flag & FW_UPDATE_NEEDED) { in emlxs_fca_reset()
4134 if (hba->fw_flag & FW_UPDATE_NEEDED) { in emlxs_fca_reset()
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1879 #define FW_UPDATE_NEEDED 0x00000001 macro