Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli3.c5820 if (hba->mbox_timer) { in emlxs_handle_mb_event()
5821 hba->mbox_timer = 0; in emlxs_handle_mb_event()
6022 if (!hba->mbox_timer || (hba->timer_tics < hba->mbox_timer)) { in emlxs_sli3_timer_check_mbox()
6031 hba->mbox_timer = 0; in emlxs_sli3_timer_check_mbox()
6082 hba->mbox_timer = 0; in emlxs_sli3_timer_check_mbox()
H A Demlxs_clock.c853 if (hba->mbox_timer) { in emlxs_timer_check_heartbeat()
H A Demlxs_mbox.c2937 hba->mbox_timer = hba->timer_tics + tmo; in emlxs_mb_init()
2939 hba->mbox_timer = DRV_TIME + tmo; in emlxs_mb_init()
3011 hba->mbox_timer = 0; in emlxs_mb_fini()
H A Demlxs_sli4.c5240 if (hba->mbox_timer) { in emlxs_sli4_process_mbox_event()
5241 hba->mbox_timer = 0; in emlxs_sli4_process_mbox_event()
8612 if (!hba->mbox_timer || (hba->timer_tics < hba->mbox_timer)) { in emlxs_sli4_timer_check_mbox()
8618 hba->mbox_timer = 0; in emlxs_sli4_timer_check_mbox()
H A Demlxs_solaris.c5244 hba->mbox_timer = hba->timer_tics; in emlxs_fca_port_manage()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1952 uint32_t mbox_timer; member