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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc.h376 #define WORKER_RAMP_DOWN_QUEUE 0x800 /* hba: Decrease Q depth */ macro
H A Dlpfc_scsi.c286 * This routine posts WORKER_RAMP_DOWN_QUEUE event for @phba. This routine
312 evt_posted = phba->pport->work_port_events & WORKER_RAMP_DOWN_QUEUE;
314 phba->pport->work_port_events |= WORKER_RAMP_DOWN_QUEUE;
367 * lpfc_ramp_down_queue_handler - WORKER_RAMP_DOWN_QUEUE event handler
370 * This routine is called to process WORKER_RAMP_DOWN_QUEUE event for worker
H A Dlpfc_hbadisc.c568 if (work_port_events & WORKER_RAMP_DOWN_QUEUE)

Completed in 40 milliseconds