Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_clock.c814 if (hba->linkup_timer && (hba->timer_tics >= hba->linkup_timer)) { in emlxs_timer_check_linkup()
815 hba->linkup_timer = 0; in emlxs_timer_check_linkup()
H A Demlxs_fcp.c1660 hba->linkup_timer = 0; in emlxs_linkdown()
1716 hba->linkup_timer = hba->timer_tics + cfg[CFG_LINKUP_TIMEOUT].current; in emlxs_linkup()
H A Demlxs_sli3.c2216 hba->linkup_timer = 0; in emlxs_sli3_hba_reset()
H A Demlxs_fcf.c1871 hba->linkup_timer = 0; in emlxs_fcf_linkdown()
12572 hba->linkup_timer = hba->timer_tics + in emlxs_vpi_port_online_action()
H A Demlxs_sli4.c2712 hba->linkup_timer = 0; in emlxs_sli4_hba_reset()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h2025 uint32_t linkup_timer; member