Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
A Dlpfc_disc.h173 unsigned long rrq_stop_time; member
A Dlpfc_sli.c1000 rrq->rrq_stop_time = 0; in lpfc_clr_rrq_active()
1034 if (time_after(jiffies, rrq->rrq_stop_time)) in lpfc_handle_rrq_active()
1036 else if (time_before(rrq->rrq_stop_time, next_time)) in lpfc_handle_rrq_active()
1037 next_time = rrq->rrq_stop_time; in lpfc_handle_rrq_active()
1213 rrq->rrq_stop_time = jiffies + in lpfc_set_rrq_active()

Completed in 31 milliseconds