Searched refs:mbox_timer (Results 1 – 6 of 6) sorted by relevance
5825 if (hba->mbox_timer) { in emlxs_handle_mb_event()5826 hba->mbox_timer = 0; in emlxs_handle_mb_event()6028 if (!hba->mbox_timer || (hba->timer_tics < hba->mbox_timer)) { in emlxs_sli3_timer_check_mbox()6037 hba->mbox_timer = 0; in emlxs_sli3_timer_check_mbox()6090 hba->mbox_timer = 0; in emlxs_sli3_timer_check_mbox()
860 if (hba->mbox_timer) { in emlxs_timer_check_heartbeat()
3009 hba->mbox_timer = hba->timer_tics + tmo; in emlxs_mb_init()3011 hba->mbox_timer = DRV_TIME + tmo; in emlxs_mb_init()3083 hba->mbox_timer = 0; in emlxs_mb_fini()
5595 if (hba->mbox_timer) { in emlxs_sli4_process_mbox_event()5596 hba->mbox_timer = 0; in emlxs_sli4_process_mbox_event()9004 if (!hba->mbox_timer || (hba->timer_tics < hba->mbox_timer)) { in emlxs_sli4_timer_check_mbox()9010 hba->mbox_timer = 0; in emlxs_sli4_timer_check_mbox()
5257 hba->mbox_timer = hba->timer_tics; in emlxs_fca_port_manage()
1966 uint32_t mbox_timer; member