Home
last modified time | relevance | path

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

/drivers/scsi/lpfc/
Dlpfc.h53 #define QUEUE_RAMP_UP_INTERVAL (300 * HZ) /* 5 minutes */ macro
Dlpfc_scsi.c286 if (((phba->last_ramp_up_time + QUEUE_RAMP_UP_INTERVAL) > jiffies) || in lpfc_rampup_queue_depth()
287 ((phba->last_rsrc_error_time + QUEUE_RAMP_UP_INTERVAL ) > jiffies)) { in lpfc_rampup_queue_depth()