Home
last modified time | relevance | path

Searched refs:els_tmofunc (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc.h693 struct timer_list els_tmofunc; member
H A Dlpfc_init.c597 mod_timer(&vport->els_tmofunc, in lpfc_config_port_post()
3123 timer_delete_sync(&vport->els_tmofunc); in lpfc_stop_vport_timers()
4831 timer_setup(&vport->els_tmofunc, lpfc_els_timeout, 0); in lpfc_create_port()
H A Dlpfc_els.c9388 struct lpfc_vport *vport = from_timer(vport, t, els_tmofunc); in lpfc_els_timeout()
9512 mod_timer(&vport->els_tmofunc, in lpfc_els_timeout_handler()
H A Dlpfc_sli.c1737 mod_timer(&piocb->vport->els_tmofunc, in lpfc_sli_ringtxcmpl_put()
9009 mod_timer(&vport->els_tmofunc, in lpfc_sli4_hba_setup()
/linux-6.15/Documentation/scsi/
H A DChangeLog.lpfc107 mod_timer the els_tmofunc. This prevents the worker thread from