Searched refs:els_tmofunc (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.h356 struct timer_list els_tmofunc; member in struct:lpfc_hba
H A Dlpfc_init.c389 mod_timer(&phba->els_tmofunc, jiffies + HZ * timeout);
1213 del_timer_sync(&phba->els_tmofunc);
1556 init_timer(&phba->els_tmofunc);
1557 phba->els_tmofunc.function = lpfc_els_timeout;
1558 phba->els_tmofunc.data = (unsigned long)phba;
H A Dlpfc_els.c3276 mod_timer(&phba->els_tmofunc, jiffies + HZ * timeout);
H A Dlpfc_sli.c204 mod_timer(&phba->els_tmofunc,

Completed in 104 milliseconds