Searched refs:fc_disctmo (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.h363 struct timer_list fc_disctmo; /* Discovery rescue timer */ member in struct:lpfc_vport
H A Dlpfc_hbadisc.c3680 if (!timer_pending(&vport->fc_disctmo)) {
3686 mod_timer(&vport->fc_disctmo, jiffies + HZ * tmo);
3696 (unsigned long)&vport->fc_disctmo, vport->fc_plogi_cnt,
3720 del_timer_sync(&vport->fc_disctmo);
H A Dlpfc_init.c2645 init_timer(&vport->fc_disctmo);
2646 vport->fc_disctmo.function = lpfc_disc_timeout;
2647 vport->fc_disctmo.data = (unsigned long)vport;
H A Dlpfc_els.c2948 if (timer_pending(&vport->fc_disctmo) ||

Completed in 80 milliseconds