Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/block/
DDAC960.c820 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 …]
DDAC960.h313 #define DAC960_V1_NormalCompletion 0x0000 /* Common */ macro