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