Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_disc.h150 unsigned long rrq_stop_time; member
Dlpfc_sli.c886 rrq->rrq_stop_time = 0; in lpfc_clr_rrq_active()
920 if (time_after(jiffies, rrq->rrq_stop_time)) in lpfc_handle_rrq_active()
922 else if (time_before(rrq->rrq_stop_time, next_time)) in lpfc_handle_rrq_active()
923 next_time = rrq->rrq_stop_time; in lpfc_handle_rrq_active()
1101 rrq->rrq_stop_time = jiffies + in lpfc_set_rrq_active()