Searched refs:QUEUE_RAMP_UP_INTERVAL (Results 1 – 2 of 2) sorted by relevance
53 #define QUEUE_RAMP_UP_INTERVAL (300 * HZ) /* 5 minutes */ macro
286 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()