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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc.h381 struct timer_list els_tmofunc; member in struct:lpfc_vport
H A Dlpfc_init.c529 mod_timer(&vport->els_tmofunc, jiffies + HZ * timeout);
2218 del_timer_sync(&vport->els_tmofunc);
2653 init_timer(&vport->els_tmofunc);
2654 vport->els_tmofunc.function = lpfc_els_timeout;
2655 vport->els_tmofunc.data = (unsigned long)vport;
H A Dlpfc_sli.c880 * starts els_tmofunc timer if this is an ELS command.
898 mod_timer(&piocb->vport->els_tmofunc,
4561 mod_timer(&vport->els_tmofunc,
H A Dlpfc_els.c5323 mod_timer(&vport->els_tmofunc, jiffies + HZ * timeout);

Completed in 123 milliseconds