Searched refs:fc_disctmo (Results 1 – 4 of 4) sorted by relevance
430 struct timer_list fc_disctmo; /* Discovery rescue timer */ member
4699 if (!timer_pending(&vport->fc_disctmo)) { in lpfc_set_disctmo()4705 mod_timer(&vport->fc_disctmo, jiffies + msecs_to_jiffies(1000 * tmo)); in lpfc_set_disctmo()4715 (unsigned long)&vport->fc_disctmo, vport->fc_plogi_cnt, in lpfc_set_disctmo()4739 del_timer_sync(&vport->fc_disctmo); in lpfc_can_disctmo()5900 struct lpfc_vport *vport = from_timer(vport, t, fc_disctmo); in lpfc_disc_timeout()
4181 if (timer_pending(&vport->fc_disctmo) || in lpfc_els_retry()6829 mod_timer(&vport->fc_disctmo, in lpfc_els_rcv_rscn()
4447 timer_setup(&vport->fc_disctmo, lpfc_disc_timeout, 0); in lpfc_create_port()