Home
last modified time | relevance | path

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

/drivers/staging/unisys/common-spar/include/channels/
Dcontrolvmchannel.h545 SIGNAL_QUEUE_HEADER RequestQueue; /* Service or guest partition member
576 offsetof(ULTRA_CONTROLVM_CHANNEL_PROTOCOL, RequestQueue)
/drivers/block/
DDAC960.c2533 struct request_queue *RequestQueue; in DAC960_RegisterBlockDevice() local
2536 RequestQueue = blk_init_queue(DAC960_RequestFunction,&Controller->queue_lock); in DAC960_RegisterBlockDevice()
2537 if (!RequestQueue) { in DAC960_RegisterBlockDevice()
2541 Controller->RequestQueue[n] = RequestQueue; in DAC960_RegisterBlockDevice()
2542 blk_queue_bounce_limit(RequestQueue, Controller->BounceBufferLimit); in DAC960_RegisterBlockDevice()
2543 RequestQueue->queuedata = Controller; in DAC960_RegisterBlockDevice()
2544 blk_queue_max_segments(RequestQueue, Controller->DriverScatterGatherLimit); in DAC960_RegisterBlockDevice()
2545 blk_queue_max_hw_sectors(RequestQueue, Controller->MaxBlocksPerCommand); in DAC960_RegisterBlockDevice()
2546 disk->queue = RequestQueue; in DAC960_RegisterBlockDevice()
2572 blk_cleanup_queue(Controller->RequestQueue[disk]); in DAC960_UnregisterBlockDevice()
[all …]
DDAC960.h2323 struct request_queue *RequestQueue[DAC960_MaxLogicalDrives]; member