Searched refs:DAC960_V1_NormalCompletion (Results 1 – 2 of 2) sorted by relevance
820 return (CommandStatus == DAC960_V1_NormalCompletion); in DAC960_V1_ExecuteType3()846 return (CommandStatus == DAC960_V1_NormalCompletion); in DAC960_V1_ExecuteType3B()874 return (CommandStatus == DAC960_V1_NormalCompletion); in DAC960_V1_ExecuteType3D()1314 if (CommandStatus == DAC960_V1_NormalCompletion) return true; in DAC960_V1_EnableMemoryMailboxInterface()1342 if (CommandStatus == DAC960_V1_NormalCompletion) return true; in DAC960_V1_EnableMemoryMailboxInterface()2069 if (Command->V1.CommandStatus != DAC960_V1_NormalCompletion) { in DAC960_V1_ReadDeviceConfiguration()2093 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