Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/lpfc/
Dlpfc.h1522 struct hrtimer cmf_timer; member
Dlpfc_init.c3046 hrtimer_cancel(&phba->cmf_timer); in lpfc_cmf_stop()
3131 hrtimer_start(&phba->cmf_timer, in lpfc_cmf_start()
5860 cmf_timer); in lpfc_cmf_timer()
7801 hrtimer_init(&phba->cmf_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in lpfc_sli4_driver_resource_setup()
7802 phba->cmf_timer.function = lpfc_cmf_timer; in lpfc_sli4_driver_resource_setup()
13228 hrtimer_cancel(&phba->cmf_timer); in lpfc_sli4_hba_unset()