Home
last modified time | relevance | path

Searched refs:fw_timer (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_clock.c895 hba->fw_timer = 0; in emlxs_timer_check_fw_update()
899 if (hba->timer_tics < hba->fw_timer) { in emlxs_timer_check_fw_update()
923 hba->fw_timer = hba->timer_tics + (60 * 60 * 24); in emlxs_timer_check_fw_update()
H A Demlxs_sli3.c722 hba->fw_timer = 0; in emlxs_sli3_online()
H A Demlxs_sli4.c793 hba->fw_timer = 0; in emlxs_sli4_online()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1891 uint32_t fw_timer; member