Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/
DDAC960.h1993 #define DAC960_MaxDriverQueueDepth 511 macro
2328 DAC960_Command_T *Commands[DAC960_MaxDriverQueueDepth];
DDAC960.c1715 if (Controller->DriverQueueDepth > DAC960_MaxDriverQueueDepth) in DAC960_V1_ReadControllerConfiguration()
1716 Controller->DriverQueueDepth = DAC960_MaxDriverQueueDepth; in DAC960_V1_ReadControllerConfiguration()
1852 if (Controller->DriverQueueDepth > DAC960_MaxDriverQueueDepth) in DAC960_V2_ReadControllerConfiguration()
1853 Controller->DriverQueueDepth = DAC960_MaxDriverQueueDepth; in DAC960_V2_ReadControllerConfiguration()