Searched refs:rrq_tmr (Results 1 – 3 of 3) sorted by relevance
821 struct timer_list rrq_tmr; member
2363 del_timer_sync(&phba->rrq_tmr); in lpfc_stop_hba_timers()4141 init_timer(&phba->rrq_tmr); in lpfc_sli4_driver_resource_setup()4142 phba->rrq_tmr.function = lpfc_rrq_timeout; in lpfc_sli4_driver_resource_setup()4143 phba->rrq_tmr.data = (unsigned long)phba; in lpfc_sli4_driver_resource_setup()
667 mod_timer(&phba->rrq_tmr, next_time); in lpfc_handle_rrq_active()781 mod_timer(&phba->rrq_tmr, next_time); in lpfc_cleanup_wt_rrqs()