Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/lpfc/
Dlpfc.h1505 struct hrtimer cmf_timer; member
Dlpfc_init.c3202 hrtimer_cancel(&phba->cmf_timer); in lpfc_cmf_stop()
3287 hrtimer_start(&phba->cmf_timer, in lpfc_cmf_start()
5953 cmf_timer); in lpfc_cmf_timer()
7960 hrtimer_init(&phba->cmf_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in lpfc_sli4_driver_resource_setup()
7961 phba->cmf_timer.function = lpfc_cmf_timer; in lpfc_sli4_driver_resource_setup()
13458 hrtimer_cancel(&phba->cmf_timer); in lpfc_sli4_hba_unset()