Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/
DDAC960.c315 CommandIdentifier <= Controller->DriverQueueDepth; in DAC960_CreateAuxiliaryStructures()
322 Controller->DriverQueueDepth - CommandIdentifier + 1; in DAC960_CreateAuxiliaryStructures()
396 for (i = 0; i < Controller->DriverQueueDepth; i++) in DAC960_DestroyAuxiliaryStructures()
1714 Controller->DriverQueueDepth = Controller->ControllerQueueDepth - 1; in DAC960_V1_ReadControllerConfiguration()
1715 if (Controller->DriverQueueDepth > DAC960_MaxDriverQueueDepth) in DAC960_V1_ReadControllerConfiguration()
1716 Controller->DriverQueueDepth = DAC960_MaxDriverQueueDepth; in DAC960_V1_ReadControllerConfiguration()
1851 Controller->DriverQueueDepth = Controller->ControllerQueueDepth - 1; in DAC960_V2_ReadControllerConfiguration()
1852 if (Controller->DriverQueueDepth > DAC960_MaxDriverQueueDepth) in DAC960_V2_ReadControllerConfiguration()
1853 Controller->DriverQueueDepth = DAC960_MaxDriverQueueDepth; in DAC960_V2_ReadControllerConfiguration()
1939 Controller, Controller->DriverQueueDepth, in DAC960_ReportControllerConfiguration()
DDAC960.h2294 unsigned short DriverQueueDepth; member