Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/lpfc/
Dlpfc.h382 struct timer_list els_tmofunc; member
Dlpfc_init.c542 mod_timer(&vport->els_tmofunc, jiffies + HZ * timeout); in lpfc_config_port_post()
2399 del_timer_sync(&vport->els_tmofunc); in lpfc_stop_vport_timers()
2916 init_timer(&vport->els_tmofunc); in lpfc_create_port()
2917 vport->els_tmofunc.function = lpfc_els_timeout; in lpfc_create_port()
2918 vport->els_tmofunc.data = (unsigned long)vport; in lpfc_create_port()
Dlpfc_sli.c1271 mod_timer(&piocb->vport->els_tmofunc, in lpfc_sli_ringtxcmpl_put()
6187 mod_timer(&vport->els_tmofunc, in lpfc_sli4_hba_setup()
Dlpfc_els.c6057 mod_timer(&vport->els_tmofunc, jiffies + HZ * timeout); in lpfc_els_timeout_handler()
/linux-3.4.99/Documentation/scsi/
DChangeLog.lpfc107 mod_timer the els_tmofunc. This prevents the worker thread from