Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_clock.c807 if (hba->linkup_timer && (hba->timer_tics >= hba->linkup_timer)) { in emlxs_timer_check_linkup()
808 hba->linkup_timer = 0; in emlxs_timer_check_linkup()
H A Demlxs_fcp.c1651 hba->linkup_timer = 0; in emlxs_linkdown()
1707 hba->linkup_timer = hba->timer_tics + cfg[CFG_LINKUP_TIMEOUT].current; in emlxs_linkup()
H A Demlxs_sli3.c2211 hba->linkup_timer = 0; in emlxs_sli3_hba_reset()
H A Demlxs_fcf.c1871 hba->linkup_timer = 0; in emlxs_fcf_linkdown()
12571 hba->linkup_timer = hba->timer_tics + in emlxs_vpi_port_online_action()
H A Demlxs_sli4.c2363 hba->linkup_timer = 0; in emlxs_sli4_hba_reset()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h2011 uint32_t linkup_timer; member