Home
last modified time | relevance | path

Searched refs:cmf_timer (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/lpfc/
H A Dlpfc.h1523 struct hrtimer cmf_timer; member
H A Dlpfc_init.c3191 hrtimer_cancel(&phba->cmf_timer); in lpfc_cmf_stop()
3276 hrtimer_start(&phba->cmf_timer, in lpfc_cmf_start()
5966 cmf_timer); in lpfc_cmf_timer()
7972 hrtimer_init(&phba->cmf_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in lpfc_sli4_driver_resource_setup()
7973 phba->cmf_timer.function = lpfc_cmf_timer; in lpfc_sli4_driver_resource_setup()
13466 hrtimer_cancel(&phba->cmf_timer); in lpfc_sli4_hba_unset()