Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/
DDAC960.c1713 Controller->ControllerQueueDepth = Controller->V1.Enquiry.MaxCommands; in DAC960_V1_ReadControllerConfiguration()
1714 Controller->DriverQueueDepth = Controller->ControllerQueueDepth - 1; in DAC960_V1_ReadControllerConfiguration()
1850 Controller->ControllerQueueDepth = ControllerInfo->MaximumParallelCommands; in DAC960_V2_ReadControllerConfiguration()
1851 Controller->DriverQueueDepth = Controller->ControllerQueueDepth - 1; in DAC960_V2_ReadControllerConfiguration()
1935 Controller, Controller->ControllerQueueDepth, in DAC960_ReportControllerConfiguration()
DDAC960.h2293 unsigned short ControllerQueueDepth; member