Searched refs:eratt_poll (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc.h | 1004 struct timer_list eratt_poll; member
|
H A D | lpfc_init.c | 597 mod_timer(&phba->eratt_poll, in lpfc_config_port_post() 2994 del_timer_sync(&phba->eratt_poll); in lpfc_stop_hba_timers() 6349 timer_setup(&phba->eratt_poll, lpfc_poll_eratt, 0); in lpfc_setup_driver_resource_phase1()
|
H A D | lpfc_sli.c | 3429 phba = from_timer(phba, t, eratt_poll); in lpfc_poll_eratt() 3454 mod_timer(&phba->eratt_poll, in lpfc_poll_eratt() 7925 mod_timer(&phba->eratt_poll, in lpfc_sli4_hba_setup()
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc.h | 1264 struct timer_list eratt_poll; member
|
H A D | lpfc_init.c | 604 mod_timer(&phba->eratt_poll, in lpfc_config_port_post() 3316 del_timer_sync(&phba->eratt_poll); in lpfc_stop_hba_timers() 7725 timer_setup(&phba->eratt_poll, lpfc_poll_eratt, 0); in lpfc_setup_driver_resource_phase1()
|
H A D | lpfc_sli.c | 3937 phba = from_timer(phba, t, eratt_poll); in lpfc_poll_eratt() 3964 mod_timer(&phba->eratt_poll, in lpfc_poll_eratt() 9024 mod_timer(&phba->eratt_poll, in lpfc_sli4_hba_setup()
|
Completed in 83 milliseconds