Home
last modified time | relevance | path

Searched refs:fc_disctmo (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c4976 if (!timer_pending(&vport->fc_disctmo)) { in lpfc_set_disctmo()
4982 mod_timer(&vport->fc_disctmo, jiffies + secs_to_jiffies(tmo)); in lpfc_set_disctmo()
4990 (unsigned long)&vport->fc_disctmo, in lpfc_set_disctmo()
5011 timer_pending(&vport->fc_disctmo)) { in lpfc_can_disctmo()
5013 timer_delete_sync(&vport->fc_disctmo); in lpfc_can_disctmo()
6062 struct lpfc_vport *vport = from_timer(vport, t, fc_disctmo); in lpfc_disc_timeout()
H A Dlpfc.h673 struct timer_list fc_disctmo; /* Discovery rescue timer */ member
H A Dlpfc_els.c4964 if (timer_pending(&vport->fc_disctmo) || in lpfc_els_retry()
8047 mod_timer(&vport->fc_disctmo, in lpfc_els_rcv_rscn()
8082 mod_timer(&vport->fc_disctmo, in lpfc_els_rcv_rscn()
H A Dlpfc_init.c4829 timer_setup(&vport->fc_disctmo, lpfc_disc_timeout, 0); in lpfc_create_port()