Home
last modified time | relevance | path

Searched refs:WORKER_RAMP_UP_QUEUE (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/scsi/lpfc/
Dlpfc.h384 #define WORKER_RAMP_UP_QUEUE 0x1000 /* hba: Increase Q depth */ macro
Dlpfc_scsi.c357 evt_posted = phba->pport->work_port_events & WORKER_RAMP_UP_QUEUE; in lpfc_rampup_queue_depth()
359 phba->pport->work_port_events |= WORKER_RAMP_UP_QUEUE; in lpfc_rampup_queue_depth()
Dlpfc_hbadisc.c659 if (work_port_events & WORKER_RAMP_UP_QUEUE) in lpfc_work_done()