Searched refs:fc_estabtmo (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/lpfc/
H A Dlpfc_init.c530 mod_timer(&phba->fc_estabtmo, jiffies + HZ * 60);
1210 del_timer_sync(&phba->fc_estabtmo);
1546 init_timer(&phba->fc_estabtmo);
1547 phba->fc_estabtmo.function = lpfc_establish_link_tmo;
1548 phba->fc_estabtmo.data = (unsigned long)phba;
1851 mod_timer(&phba->fc_estabtmo, jiffies + HZ * 60);
H A Dlpfc.h204 struct timer_list fc_estabtmo; /* link establishment timer */ member in struct:lpfc_hba
H A Dlpfc_hbadisc.c567 del_timer_sync(&phba->fc_estabtmo);
H A Dlpfc_sli.c2071 mod_timer(&phba->fc_estabtmo, jiffies + HZ * 60);

Completed in 103 milliseconds