Home
last modified time | relevance | path

Searched refs:hb_tmofunc (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc.h1398 struct timer_list hb_tmofunc; member
H A Dlpfc_init.c599 mod_timer(&phba->hb_tmofunc, in lpfc_config_port_post()
1199 phba = from_timer(phba, t, hb_tmofunc); in lpfc_hb_timeout()
1274 mod_timer(&phba->hb_tmofunc, in lpfc_hb_mbox_cmpl()
1623 mod_timer(&phba->hb_tmofunc, jiffies + msecs_to_jiffies(tmo)); in lpfc_hb_timeout_handler()
3317 del_timer_sync(&phba->hb_tmofunc); in lpfc_stop_hba_timers()
7730 timer_setup(&phba->hb_tmofunc, lpfc_hb_timeout, 0); in lpfc_setup_driver_resource_phase1()
H A Dlpfc_sli.c9010 mod_timer(&phba->hb_tmofunc, in lpfc_sli4_hba_setup()