Searched refs:fc_disctmo (Results 1 – 4 of 4) sorted by relevance
369 struct timer_list fc_disctmo; /* Discovery rescue timer */ member
3937 if (!timer_pending(&vport->fc_disctmo)) { in lpfc_set_disctmo()3943 mod_timer(&vport->fc_disctmo, jiffies + HZ * tmo); in lpfc_set_disctmo()3953 (unsigned long)&vport->fc_disctmo, vport->fc_plogi_cnt, in lpfc_set_disctmo()3977 del_timer_sync(&vport->fc_disctmo); in lpfc_can_disctmo()
2732 init_timer(&vport->fc_disctmo); in lpfc_create_port()2733 vport->fc_disctmo.function = lpfc_disc_timeout; in lpfc_create_port()2734 vport->fc_disctmo.data = (unsigned long)vport; in lpfc_create_port()
3114 if (timer_pending(&vport->fc_disctmo) || in lpfc_els_retry()