Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/block/
DDAC960.c314 CommandIdentifier <= Controller->DriverQueueDepth; in DAC960_CreateAuxiliaryStructures()
321 Controller->DriverQueueDepth - CommandIdentifier + 1; in DAC960_CreateAuxiliaryStructures()
395 for (i = 0; i < Controller->DriverQueueDepth; i++) in DAC960_DestroyAuxiliaryStructures()
1716 Controller->DriverQueueDepth = Controller->ControllerQueueDepth - 1; in DAC960_V1_ReadControllerConfiguration()
1717 if (Controller->DriverQueueDepth > DAC960_MaxDriverQueueDepth) in DAC960_V1_ReadControllerConfiguration()
1718 Controller->DriverQueueDepth = DAC960_MaxDriverQueueDepth; in DAC960_V1_ReadControllerConfiguration()
1853 Controller->DriverQueueDepth = Controller->ControllerQueueDepth - 1; in DAC960_V2_ReadControllerConfiguration()
1854 if (Controller->DriverQueueDepth > DAC960_MaxDriverQueueDepth) in DAC960_V2_ReadControllerConfiguration()
1855 Controller->DriverQueueDepth = DAC960_MaxDriverQueueDepth; in DAC960_V2_ReadControllerConfiguration()
1941 Controller, Controller->DriverQueueDepth, in DAC960_ReportControllerConfiguration()
DDAC960.h2294 unsigned short DriverQueueDepth; member