Searched refs:fcp_poll_timer (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc.h | 1003 struct timer_list fcp_poll_timer; member
|
H A D | lpfc_scsi.c | 4443 * This routine modifies fcp_poll_timer field of @phba by cfg_poll_tmo. 4452 mod_timer(&phba->fcp_poll_timer, in lpfc_poll_rearm_timer() 4457 * lpfc_poll_start_timer - Routine to start fcp_poll_timer of HBA 4460 * This routine starts the fcp_poll_timer of @phba. 4477 struct lpfc_hba *phba = from_timer(phba, t, fcp_poll_timer); in lpfc_poll_timeout()
|
H A D | lpfc_attr.c | 2232 del_timer(&phba->fcp_poll_timer); in lpfc_poll_store()
|
H A D | lpfc_init.c | 3005 del_timer_sync(&phba->fcp_poll_timer); in lpfc_stop_hba_timers() 6382 timer_setup(&phba->fcp_poll_timer, lpfc_poll_timeout, 0); in lpfc_sli_driver_resource_setup()
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc.h | 1263 struct timer_list fcp_poll_timer; member
|
H A D | lpfc_scsi.c | 5140 * This routine modifies fcp_poll_timer field of @phba by cfg_poll_tmo. 5149 mod_timer(&phba->fcp_poll_timer, in lpfc_poll_rearm_timer() 5154 * lpfc_poll_start_timer - Routine to start fcp_poll_timer of HBA 5157 * This routine starts the fcp_poll_timer of @phba. 5173 struct lpfc_hba *phba = from_timer(phba, t, fcp_poll_timer); in lpfc_poll_timeout()
|
H A D | lpfc_attr.c | 2570 del_timer(&phba->fcp_poll_timer); in lpfc_poll_store()
|
H A D | lpfc_init.c | 3327 del_timer_sync(&phba->fcp_poll_timer); in lpfc_stop_hba_timers() 7758 timer_setup(&phba->fcp_poll_timer, lpfc_poll_timeout, 0); in lpfc_sli_driver_resource_setup()
|
Completed in 71 milliseconds