Home
last modified time | relevance | path

Searched refs:fc_fdmitmo (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/scsi/lpfc/
Dlpfc.h387 struct timer_list fc_fdmitmo; member
Dlpfc_init.c2300 del_timer_sync(&vport->fc_fdmitmo); in lpfc_stop_vport_timers()
2736 init_timer(&vport->fc_fdmitmo); in lpfc_create_port()
2737 vport->fc_fdmitmo.function = lpfc_fdmi_tmo; in lpfc_create_port()
2738 vport->fc_fdmitmo.data = (unsigned long)vport; in lpfc_create_port()
Dlpfc_ct.c1819 mod_timer(&vport->fc_fdmitmo, jiffies + HZ * 60); in lpfc_fdmi_timeout_handler()
Dlpfc_hbadisc.c5082 mod_timer(&vport->fc_fdmitmo, jiffies + HZ * 60); in lpfc_mbx_cmpl_fdmi_reg_login()