Searched refs:QueueDepth (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/Documentation/scsi/ |
D | BusLogic.rst | 439 QueueDepth:<integer> 441 The "QueueDepth:" or QD:" option specifies the Queue Depth to use for all 452 QueueDepth:[<integer>,<integer>...] 454 The "QueueDepth:[...]" or "QD:[...]" option specifies the Queue Depth 535 linux BusLogic=QueueDepth:[,7,15];QueueDepth:31,BusSettleTime:30 539 append = "BusLogic=QueueDepth:[,7,15];QueueDepth:31,BusSettleTime:30" 544 'BusLogic="QueueDepth:[,7,15];QueueDepth:31,BusSettleTime:30"'
|
/linux-6.12.1/drivers/scsi/arcmsr/ |
D | arcmsr_hba.c | 727 uint32_t QueueDepth; in arcmsr_alloc_io_queue() local 731 QueueDepth = depthTbl[readl(&acb->pmuF->outbound_msgaddr1) & 7]; in arcmsr_alloc_io_queue() 732 acb->completeQ_size = sizeof(struct deliver_completeQ) * QueueDepth + 128; in arcmsr_alloc_io_queue()
|