Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/scsi/
H A DBusLogic.rst439 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"'
/openbmc/linux/drivers/scsi/arcmsr/
H A Darcmsr_hba.c727 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()