Searched defs:RequestQueue (Results 1 - 3 of 3) sorted by relevance

/drivers/staging/unisys/common-spar/include/channels/
H A Dcontrolvmchannel.h83 * - issued on the RequestQueue queue (q #0) in the ControlVm channel
545 SIGNAL_QUEUE_HEADER RequestQueue; /* Service or guest partition member in struct:_ULTRA_CONTROLVM_CHANNEL_PROTOCOL
576 offsetof(ULTRA_CONTROLVM_CHANNEL_PROTOCOL, RequestQueue)
/drivers/block/
H A DDAC960.c2533 struct request_queue *RequestQueue; local
2536 RequestQueue = blk_init_queue(DAC960_RequestFunction,&Controller->queue_lock);
2537 if (!RequestQueue) {
2541 Controller->RequestQueue[n] = RequestQueue;
2542 blk_queue_bounce_limit(RequestQueue, Controller->BounceBufferLimit);
2543 RequestQueue->queuedata = Controller;
2544 blk_queue_max_segments(RequestQueue, Controller->DriverScatterGatherLimit);
2545 blk_queue_max_hw_sectors(RequestQueue, Controller->MaxBlocksPerCommand);
2546 disk->queue = RequestQueue;
3453 DAC960_RequestFunction(struct request_queue *RequestQueue) argument
[all...]
H A DDAC960.h2323 struct request_queue *RequestQueue[DAC960_MaxLogicalDrives]; member in struct:DAC960_Controller

Completed in 292 milliseconds