Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/lpfc/
Dlpfc.h383 #define WORKER_RAMP_DOWN_QUEUE 0x800 /* hba: Decrease Q depth */ macro
Dlpfc_scsi.c313 evt_posted = phba->pport->work_port_events & WORKER_RAMP_DOWN_QUEUE; in lpfc_rampdown_queue_depth()
315 phba->pport->work_port_events |= WORKER_RAMP_DOWN_QUEUE; in lpfc_rampdown_queue_depth()
Dlpfc_hbadisc.c657 if (work_port_events & WORKER_RAMP_DOWN_QUEUE) in lpfc_work_done()