Searched refs:mbox_timer (Results 1 – 6 of 6) sorted by relevance
5820 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()
853 if (hba->mbox_timer) { in emlxs_timer_check_heartbeat()
2937 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()
5240 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()
5244 hba->mbox_timer = hba->timer_tics; in emlxs_fca_port_manage()
1952 uint32_t mbox_timer; member