Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/
DDAC960.c819 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 …]
DDAC960.h313 #define DAC960_V1_NormalCompletion 0x0000 /* Common */ macro