Lines Matching refs:DeviceState

1592 	memcpy(&Controller->V1.DeviceState[Channel][TargetID],  in DAC960_V1_ReadControllerConfiguration()
2248 DAC960_V1_DeviceState_T *DeviceState = in DAC960_V1_ReportDeviceConfiguration() local
2249 &Controller->V1.DeviceState[Channel][TargetID]; in DAC960_V1_ReportDeviceConfiguration()
2265 if (DeviceState->Present && in DAC960_V1_ReportDeviceConfiguration()
2266 DeviceState->DeviceType == DAC960_V1_DiskType) in DAC960_V1_ReportDeviceConfiguration()
2271 (DeviceState->DeviceState == DAC960_V1_Device_Dead in DAC960_V1_ReportDeviceConfiguration()
2273 : DeviceState->DeviceState in DAC960_V1_ReportDeviceConfiguration()
2276 : DeviceState->DeviceState in DAC960_V1_ReportDeviceConfiguration()
2279 DeviceState->DiskSize, in DAC960_V1_ReportDeviceConfiguration()
2283 (DeviceState->DeviceState == DAC960_V1_Device_Dead in DAC960_V1_ReportDeviceConfiguration()
2285 : DeviceState->DeviceState in DAC960_V1_ReportDeviceConfiguration()
2288 : DeviceState->DeviceState in DAC960_V1_ReportDeviceConfiguration()
2291 DeviceState->DiskSize); in DAC960_V1_ReportDeviceConfiguration()
3847 &Controller->V1.DeviceState[Controller->V1.DeviceStateChannel] in DAC960_V1_ProcessCompletedCommand()
3851 if (NewDeviceState->DeviceState != OldDeviceState->DeviceState) in DAC960_V1_ProcessCompletedCommand()
3855 (NewDeviceState->DeviceState in DAC960_V1_ProcessCompletedCommand()
3858 : NewDeviceState->DeviceState in DAC960_V1_ProcessCompletedCommand()
3861 : NewDeviceState->DeviceState in DAC960_V1_ProcessCompletedCommand()
3864 if (OldDeviceState->DeviceState == DAC960_V1_Device_Dead && in DAC960_V1_ProcessCompletedCommand()
3865 NewDeviceState->DeviceState != DAC960_V1_Device_Dead) in DAC960_V1_ProcessCompletedCommand()
4236 Controller->V1.NewDeviceState->DeviceState = in DAC960_V1_ProcessCompletedCommand()
5914 DeviceState, in DAC960_V1_SetDeviceState()
5921 CommandMailbox->Type3D.DeviceState = DeviceState; in DAC960_V1_SetDeviceState()
5991 DAC960_V1_DeviceState_T *DeviceState = in DAC960_V1_ExecuteUserCommand() local
5992 &Controller->V1.DeviceState[Channel][TargetID]; in DAC960_V1_ExecuteUserCommand()
5993 if (DeviceState->Present && in DAC960_V1_ExecuteUserCommand()
5994 DeviceState->DeviceType == DAC960_V1_DiskType && in DAC960_V1_ExecuteUserCommand()
5995 DeviceState->DeviceState != DAC960_V1_Device_Dead) in DAC960_V1_ExecuteUserCommand()
6005 DAC960_V1_DeviceState_T *DeviceState = in DAC960_V1_ExecuteUserCommand() local
6006 &Controller->V1.DeviceState[Channel][TargetID]; in DAC960_V1_ExecuteUserCommand()
6007 if (DeviceState->Present && in DAC960_V1_ExecuteUserCommand()
6008 DeviceState->DeviceType == DAC960_V1_DiskType && in DAC960_V1_ExecuteUserCommand()
6009 DeviceState->DeviceState == DAC960_V1_Device_Dead) in DAC960_V1_ExecuteUserCommand()
6020 DAC960_V1_DeviceState_T *DeviceState = in DAC960_V1_ExecuteUserCommand() local
6021 &Controller->V1.DeviceState[Channel][TargetID]; in DAC960_V1_ExecuteUserCommand()
6022 if (DeviceState->Present && in DAC960_V1_ExecuteUserCommand()
6023 DeviceState->DeviceType == DAC960_V1_DiskType && in DAC960_V1_ExecuteUserCommand()
6024 DeviceState->DeviceState == DAC960_V1_Device_Dead) in DAC960_V1_ExecuteUserCommand()
6265 CommandMailbox->SetDeviceState.DeviceState.PhysicalDeviceState = in DAC960_V2_ExecuteUserCommand()
6284 CommandMailbox->SetDeviceState.DeviceState.PhysicalDeviceState = in DAC960_V2_ExecuteUserCommand()
6303 CommandMailbox->SetDeviceState.DeviceState.PhysicalDeviceState = in DAC960_V2_ExecuteUserCommand()