Searched refs:DAC960_MaxDriverQueueDepth (Results 1 – 2 of 2) sorted by relevance
1993 #define DAC960_MaxDriverQueueDepth 511 macro2329 DAC960_Command_T *Commands[DAC960_MaxDriverQueueDepth];
1717 if (Controller->DriverQueueDepth > DAC960_MaxDriverQueueDepth) in DAC960_V1_ReadControllerConfiguration()1718 Controller->DriverQueueDepth = DAC960_MaxDriverQueueDepth; in DAC960_V1_ReadControllerConfiguration()1854 if (Controller->DriverQueueDepth > DAC960_MaxDriverQueueDepth) in DAC960_V2_ReadControllerConfiguration()1855 Controller->DriverQueueDepth = DAC960_MaxDriverQueueDepth; in DAC960_V2_ReadControllerConfiguration()