Home
last modified time | relevance | path

Searched refs:rrq_stop_time (Results 1 – 2 of 2) sorted by relevance

/drivers/scsi/lpfc/
Dlpfc_disc.h155 unsigned long rrq_stop_time; member
Dlpfc_sli.c879 rrq->rrq_stop_time = 0; in lpfc_clr_rrq_active()
913 if (time_after(jiffies, rrq->rrq_stop_time)) in lpfc_handle_rrq_active()
915 else if (time_before(rrq->rrq_stop_time, next_time)) in lpfc_handle_rrq_active()
916 next_time = rrq->rrq_stop_time; in lpfc_handle_rrq_active()
1093 rrq->rrq_stop_time = jiffies + in lpfc_set_rrq_active()