Searched refs:els_tmofunc (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc.h | 448 struct timer_list els_tmofunc; member
|
H A D | lpfc_init.c | 589 mod_timer(&vport->els_tmofunc, in lpfc_config_port_post() 2931 del_timer_sync(&vport->els_tmofunc); in lpfc_stop_vport_timers() 4449 timer_setup(&vport->els_tmofunc, lpfc_els_timeout, 0); in lpfc_create_port()
|
H A D | lpfc_els.c | 7937 struct lpfc_vport *vport = from_timer(vport, t, els_tmofunc); in lpfc_els_timeout() 8047 mod_timer(&vport->els_tmofunc, in lpfc_els_timeout_handler()
|
H A D | lpfc_sli.c | 1593 * starts els_tmofunc timer if this is an ELS command. 1615 mod_timer(&piocb->vport->els_tmofunc, in lpfc_sli_ringtxcmpl_put() 7907 mod_timer(&vport->els_tmofunc, in lpfc_sli4_hba_setup()
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc.h | 642 struct timer_list els_tmofunc; member
|
H A D | lpfc_init.c | 596 mod_timer(&vport->els_tmofunc, in lpfc_config_port_post() 3132 del_timer_sync(&vport->els_tmofunc); in lpfc_stop_vport_timers() 4832 timer_setup(&vport->els_tmofunc, lpfc_els_timeout, 0); in lpfc_create_port()
|
H A D | lpfc_els.c | 9455 struct lpfc_vport *vport = from_timer(vport, t, els_tmofunc); in lpfc_els_timeout() 9579 mod_timer(&vport->els_tmofunc, in lpfc_els_timeout_handler()
|
H A D | lpfc_sli.c | 1716 * starts els_tmofunc timer if this is an ELS command. 1736 mod_timer(&piocb->vport->els_tmofunc, in lpfc_sli_ringtxcmpl_put() 9006 mod_timer(&vport->els_tmofunc, in lpfc_sli4_hba_setup()
|
Completed in 101 milliseconds