Home
last modified time | relevance | path

Searched refs:nlp_delayfunc (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/lpfc/
H A Dlpfc_disc.h141 struct timer_list nlp_delayfunc; /* Used for delayed ELS cmds */ member
H A Dlpfc_els.c4336 del_timer_sync(&nlp->nlp_delayfunc); in lpfc_cancel_retry_delay_tmo()
4381 struct lpfc_nodelist *ndlp = from_timer(ndlp, t, nlp_delayfunc); in lpfc_els_retry_delay()
4434 del_timer_sync(&ndlp->nlp_delayfunc); in lpfc_els_retry_delay_handler()
4975 mod_timer(&ndlp->nlp_delayfunc, in lpfc_els_retry()
11159 mod_timer(&ndlp->nlp_delayfunc, jiffies + msecs_to_jiffies(1000)); in lpfc_retry_pport_discovery()
H A Dlpfc_hbadisc.c4912 timer_setup(&ndlp->nlp_delayfunc, lpfc_els_retry_delay, 0); in lpfc_initialize_node()
5498 del_timer_sync(&ndlp->nlp_delayfunc); in lpfc_cleanup_node()