Home
last modified time | relevance | path

Searched refs:QueueDepth (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/Documentation/scsi/
DBusLogic.rst460 QueueDepth:<integer>
462 The "QueueDepth:" or QD:" option specifies the Queue Depth to use for all
476 QueueDepth:[<integer>,<integer>...]
478 The "QueueDepth:[...]" or "QD:[...]" option specifies the Queue Depth
559 linux BusLogic=QueueDepth:[,7,15];QueueDepth:31,BusSettleTime:30
563 append = "BusLogic=QueueDepth:[,7,15];QueueDepth:31,BusSettleTime:30"
568 'BusLogic="QueueDepth:[,7,15];QueueDepth:31,BusSettleTime:30"'
/Linux-v5.10/drivers/scsi/arcmsr/
Darcmsr_hba.c716 uint32_t QueueDepth; in arcmsr_alloc_io_queue() local
720 QueueDepth = depthTbl[readl(&acb->pmuF->outbound_msgaddr1) & 7]; in arcmsr_alloc_io_queue()
721 acb->completeQ_size = sizeof(struct deliver_completeQ) * QueueDepth + 128; in arcmsr_alloc_io_queue()