Searched refs:DAC960_MaxDriverQueueDepth (Results 1 – 2 of 2) sorted by relevance
1993 #define DAC960_MaxDriverQueueDepth 511 macro2328 DAC960_Command_T *Commands[DAC960_MaxDriverQueueDepth];
1715 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()