Lines Matching refs:CommandStatus
471 Command->V1.CommandStatus = 0; in DAC960_V1_ClearCommand()
484 Command->V2.CommandStatus = 0; in DAC960_V2_ClearCommand()
811 DAC960_V1_CommandStatus_T CommandStatus; in DAC960_V1_ExecuteType3() local
817 CommandStatus = Command->V1.CommandStatus; in DAC960_V1_ExecuteType3()
819 return (CommandStatus == DAC960_V1_NormalCompletion); in DAC960_V1_ExecuteType3()
836 DAC960_V1_CommandStatus_T CommandStatus; in DAC960_V1_ExecuteType3B() local
843 CommandStatus = Command->V1.CommandStatus; in DAC960_V1_ExecuteType3B()
845 return (CommandStatus == DAC960_V1_NormalCompletion); in DAC960_V1_ExecuteType3B()
863 DAC960_V1_CommandStatus_T CommandStatus; in DAC960_V1_ExecuteType3D() local
871 CommandStatus = Command->V1.CommandStatus; in DAC960_V1_ExecuteType3D()
873 return (CommandStatus == DAC960_V1_NormalCompletion); in DAC960_V1_ExecuteType3D()
889 DAC960_V2_CommandStatus_T CommandStatus; in DAC960_V2_GeneralInfo() local
908 CommandStatus = Command->V2.CommandStatus; in DAC960_V2_GeneralInfo()
910 return (CommandStatus == DAC960_V2_NormalCompletion); in DAC960_V2_GeneralInfo()
927 DAC960_V2_CommandStatus_T CommandStatus; in DAC960_V2_NewControllerInfo() local
947 CommandStatus = Command->V2.CommandStatus; in DAC960_V2_NewControllerInfo()
949 return (CommandStatus == DAC960_V2_NormalCompletion); in DAC960_V2_NewControllerInfo()
966 DAC960_V2_CommandStatus_T CommandStatus; in DAC960_V2_NewLogicalDeviceInfo() local
990 CommandStatus = Command->V2.CommandStatus; in DAC960_V2_NewLogicalDeviceInfo()
992 return (CommandStatus == DAC960_V2_NormalCompletion); in DAC960_V2_NewLogicalDeviceInfo()
1019 DAC960_V2_CommandStatus_T CommandStatus; in DAC960_V2_NewPhysicalDeviceInfo() local
1044 CommandStatus = Command->V2.CommandStatus; in DAC960_V2_NewPhysicalDeviceInfo()
1046 return (CommandStatus == DAC960_V2_NormalCompletion); in DAC960_V2_NewPhysicalDeviceInfo()
1102 DAC960_V2_CommandStatus_T CommandStatus; in DAC960_V2_NewInquiryUnitSerialNumber() local
1113 CommandStatus = Command->V2.CommandStatus; in DAC960_V2_NewInquiryUnitSerialNumber()
1115 return (CommandStatus == DAC960_V2_NormalCompletion); in DAC960_V2_NewInquiryUnitSerialNumber()
1132 DAC960_V2_CommandStatus_T CommandStatus; in DAC960_V2_DeviceOperation() local
1143 CommandStatus = Command->V2.CommandStatus; in DAC960_V2_DeviceOperation()
1145 return (CommandStatus == DAC960_V2_NormalCompletion); in DAC960_V2_DeviceOperation()
1175 DAC960_V1_CommandStatus_T CommandStatus; in DAC960_V1_EnableMemoryMailboxInterface() local
1309 CommandStatus = DAC960_LA_ReadStatusRegister(ControllerBaseAddress); in DAC960_V1_EnableMemoryMailboxInterface()
1312 if (CommandStatus == DAC960_V1_NormalCompletion) return true; in DAC960_V1_EnableMemoryMailboxInterface()
1337 CommandStatus = DAC960_PG_ReadStatusRegister(ControllerBaseAddress); in DAC960_V1_EnableMemoryMailboxInterface()
1340 if (CommandStatus == DAC960_V1_NormalCompletion) return true; in DAC960_V1_EnableMemoryMailboxInterface()
1381 DAC960_V2_CommandStatus_T CommandStatus; in DAC960_V2_EnableMemoryMailboxInterface() local
1498 CommandStatus = DAC960_GEM_ReadCommandStatus(ControllerBaseAddress); in DAC960_V2_EnableMemoryMailboxInterface()
1509 CommandStatus = DAC960_BA_ReadCommandStatus(ControllerBaseAddress); in DAC960_V2_EnableMemoryMailboxInterface()
1520 CommandStatus = DAC960_LP_ReadCommandStatus(ControllerBaseAddress); in DAC960_V2_EnableMemoryMailboxInterface()
1526 CommandStatus = DAC960_V2_AbormalCompletion; in DAC960_V2_EnableMemoryMailboxInterface()
1531 return (CommandStatus == DAC960_V2_NormalCompletion); in DAC960_V2_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()
3506 switch (Command->V1.CommandStatus) in DAC960_V1_ReadWriteError()
3525 Controller, Command->V1.CommandStatus, CommandName); in DAC960_V1_ReadWriteError()
3546 DAC960_V1_CommandStatus_T CommandStatus = Command->V1.CommandStatus; in DAC960_V1_ProcessCompletedCommand() local
3553 CommandStatus = DAC960_V1_IrrecoverableDataError; in DAC960_V1_ProcessCompletedCommand()
3556 if (CommandStatus == DAC960_V1_NormalCompletion) { in DAC960_V1_ProcessCompletedCommand()
3561 } else if (CommandStatus == DAC960_V1_IrrecoverableDataError || in DAC960_V1_ProcessCompletedCommand()
3562 CommandStatus == DAC960_V1_BadDataEncountered) in DAC960_V1_ProcessCompletedCommand()
3573 if (CommandStatus != DAC960_V1_LogicalDriveNonexistentOrOffline) in DAC960_V1_ProcessCompletedCommand()
3592 if (CommandStatus != DAC960_V1_NormalCompletion) { in DAC960_V1_ProcessCompletedCommand()
3594 if (CommandStatus != DAC960_V1_LogicalDriveNonexistentOrOffline) in DAC960_V1_ProcessCompletedCommand()
3922 if (CommandStatus == DAC960_V1_NoRebuildOrCheckInProgress && in DAC960_V1_ProcessCompletedCommand()
3924 CommandStatus = DAC960_V1_RebuildSuccessful; in DAC960_V1_ProcessCompletedCommand()
3925 switch (CommandStatus) in DAC960_V1_ProcessCompletedCommand()
3960 Controller->V1.LastRebuildStatus = CommandStatus; in DAC960_V1_ProcessCompletedCommand()
3964 Command->V1.CommandStatus = Controller->V1.PendingRebuildStatus; in DAC960_V1_ProcessCompletedCommand()
3968 CommandStatus != DAC960_V1_NormalCompletion && in DAC960_V1_ProcessCompletedCommand()
3969 CommandStatus != DAC960_V1_NoRebuildOrCheckInProgress) in DAC960_V1_ProcessCompletedCommand()
3971 Controller->V1.PendingRebuildStatus = CommandStatus; in DAC960_V1_ProcessCompletedCommand()
3983 if (CommandStatus == DAC960_V1_NormalCompletion) in DAC960_V1_ProcessCompletedCommand()
4005 switch (CommandStatus) in DAC960_V1_ProcessCompletedCommand()
4089 if (CommandStatus != DAC960_V1_NormalCompletion) in DAC960_V1_ProcessCompletedCommand()
4107 if (CommandStatus != DAC960_V1_NormalCompletion) in DAC960_V1_ProcessCompletedCommand()
4306 KernelCommand->CommandStatus = Command->V1.CommandStatus; in DAC960_V1_ProcessCompletedCommand()
4635 DAC960_V2_CommandStatus_T CommandStatus = Command->V2.CommandStatus; in DAC960_V2_ProcessCompletedCommand() local
4642 CommandStatus = DAC960_V2_AbormalCompletion; in DAC960_V2_ProcessCompletedCommand()
4646 if (CommandStatus == DAC960_V2_NormalCompletion) { in DAC960_V2_ProcessCompletedCommand()
4683 if (CommandStatus != DAC960_V2_NormalCompletion) { in DAC960_V2_ProcessCompletedCommand()
4728 if (CommandStatus == DAC960_V2_NormalCompletion) { in DAC960_V2_ProcessCompletedCommand()
4734 CommandStatus == DAC960_V2_NormalCompletion) in DAC960_V2_ProcessCompletedCommand()
4946 CommandStatus == DAC960_V2_NormalCompletion) in DAC960_V2_ProcessCompletedCommand()
5104 if (CommandStatus != DAC960_V2_NormalCompletion) { in DAC960_V2_ProcessCompletedCommand()
5231 KernelCommand->CommandStatus = CommandStatus; in DAC960_V2_ProcessCompletedCommand()
5281 Command->V2.CommandStatus = NextStatusMailbox->Fields.CommandStatus; in DAC960_GEM_InterruptHandler()
5322 Command->V2.CommandStatus = NextStatusMailbox->Fields.CommandStatus; in DAC960_BA_InterruptHandler()
5364 Command->V2.CommandStatus = NextStatusMailbox->Fields.CommandStatus; in DAC960_LP_InterruptHandler()
5406 Command->V1.CommandStatus = NextStatusMailbox->Fields.CommandStatus; in DAC960_LA_InterruptHandler()
5444 Command->V1.CommandStatus = NextStatusMailbox->Fields.CommandStatus; in DAC960_PG_InterruptHandler()
5479 Command->V1.CommandStatus = in DAC960_PD_InterruptHandler()
5520 Command->V1.CommandStatus = in DAC960_P_InterruptHandler()
5924 switch (Command->V1.CommandStatus) in DAC960_V1_SetDeviceState()
5954 Command->V1.CommandStatus); in DAC960_V1_SetDeviceState()
6039 switch (Command->V1.CommandStatus) in DAC960_V1_ExecuteUserCommand()
6069 Channel, TargetID, Command->V1.CommandStatus); in DAC960_V1_ExecuteUserCommand()
6081 switch (Command->V1.CommandStatus) in DAC960_V1_ExecuteUserCommand()
6120 LogicalDriveNumber, Command->V1.CommandStatus); in DAC960_V1_ExecuteUserCommand()
6147 switch (Command->V1.CommandStatus) in DAC960_V1_ExecuteUserCommand()
6157 Controller, Command->V1.CommandStatus); in DAC960_V1_ExecuteUserCommand()
6218 return (Command->V2.CommandStatus == DAC960_V2_NormalCompletion); in DAC960_V2_TranslatePhysicalDevice()
6270 (Command->V2.CommandStatus in DAC960_V2_ExecuteUserCommand()
6289 (Command->V2.CommandStatus in DAC960_V2_ExecuteUserCommand()
6308 (Command->V2.CommandStatus in DAC960_V2_ExecuteUserCommand()
6325 (Command->V2.CommandStatus in DAC960_V2_ExecuteUserCommand()
6342 (Command->V2.CommandStatus in DAC960_V2_ExecuteUserCommand()
6362 (Command->V2.CommandStatus in DAC960_V2_ExecuteUserCommand()
6380 (Command->V2.CommandStatus in DAC960_V2_ExecuteUserCommand()
6389 (Command->V2.CommandStatus in DAC960_V2_ExecuteUserCommand()
6392 if (Command->V2.CommandStatus == DAC960_V2_NormalCompletion) in DAC960_V2_ExecuteUserCommand()
6632 DAC960_V1_CommandStatus_T CommandStatus; in DAC960_gam_v1_execute_command() local
6757 CommandStatus = Command->V1.CommandStatus; in DAC960_gam_v1_execute_command()
6783 ErrorCode = CommandStatus; in DAC960_gam_v1_execute_command()
6801 DAC960_V2_CommandStatus_T CommandStatus; in DAC960_gam_v2_execute_command() local
6913 CommandStatus = Command->V2.CommandStatus; in DAC960_gam_v2_execute_command()
6948 ErrorCode = CommandStatus; in DAC960_gam_v2_execute_command()