Searched refs:DAC960_V1_NormalCompletion (Results 1 – 2 of 2) sorted by relevance
819 return (CommandStatus == DAC960_V1_NormalCompletion); in DAC960_V1_ExecuteType3()845 return (CommandStatus == DAC960_V1_NormalCompletion); in DAC960_V1_ExecuteType3B()873 return (CommandStatus == DAC960_V1_NormalCompletion); in DAC960_V1_ExecuteType3D()1312 if (CommandStatus == DAC960_V1_NormalCompletion) return true; in DAC960_V1_EnableMemoryMailboxInterface()1340 if (CommandStatus == DAC960_V1_NormalCompletion) return true; in DAC960_V1_EnableMemoryMailboxInterface()2067 if (Command->V1.CommandStatus != DAC960_V1_NormalCompletion) { in DAC960_V1_ReadDeviceConfiguration()2091 if (Command->V1.CommandStatus != DAC960_V1_NormalCompletion) { in DAC960_V1_ReadDeviceConfiguration()3556 if (CommandStatus == DAC960_V1_NormalCompletion) { in DAC960_V1_ProcessCompletedCommand()3592 if (CommandStatus != DAC960_V1_NormalCompletion) { in DAC960_V1_ProcessCompletedCommand()3923 Controller->V1.LastRebuildStatus == DAC960_V1_NormalCompletion) in DAC960_V1_ProcessCompletedCommand()[all …]
313 #define DAC960_V1_NormalCompletion 0x0000 /* Common */ macro