Lines Matching refs:DeviceState

1597 	memcpy(&Controller->V1.DeviceState[Channel][TargetID],  in DAC960_V1_ReadControllerConfiguration()
2250 DAC960_V1_DeviceState_T *DeviceState = in DAC960_V1_ReportDeviceConfiguration() local
2251 &Controller->V1.DeviceState[Channel][TargetID]; in DAC960_V1_ReportDeviceConfiguration()
2267 if (DeviceState->Present && in DAC960_V1_ReportDeviceConfiguration()
2268 DeviceState->DeviceType == DAC960_V1_DiskType) in DAC960_V1_ReportDeviceConfiguration()
2273 (DeviceState->DeviceState == DAC960_V1_Device_Dead in DAC960_V1_ReportDeviceConfiguration()
2275 : DeviceState->DeviceState in DAC960_V1_ReportDeviceConfiguration()
2278 : DeviceState->DeviceState in DAC960_V1_ReportDeviceConfiguration()
2281 DeviceState->DiskSize, in DAC960_V1_ReportDeviceConfiguration()
2285 (DeviceState->DeviceState == DAC960_V1_Device_Dead in DAC960_V1_ReportDeviceConfiguration()
2287 : DeviceState->DeviceState in DAC960_V1_ReportDeviceConfiguration()
2290 : DeviceState->DeviceState in DAC960_V1_ReportDeviceConfiguration()
2293 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()
5912 DeviceState, in DAC960_V1_SetDeviceState()
5919 CommandMailbox->Type3D.DeviceState = DeviceState; in DAC960_V1_SetDeviceState()
5989 DAC960_V1_DeviceState_T *DeviceState = in DAC960_V1_ExecuteUserCommand() local
5990 &Controller->V1.DeviceState[Channel][TargetID]; in DAC960_V1_ExecuteUserCommand()
5991 if (DeviceState->Present && in DAC960_V1_ExecuteUserCommand()
5992 DeviceState->DeviceType == DAC960_V1_DiskType && in DAC960_V1_ExecuteUserCommand()
5993 DeviceState->DeviceState != DAC960_V1_Device_Dead) in DAC960_V1_ExecuteUserCommand()
6003 DAC960_V1_DeviceState_T *DeviceState = in DAC960_V1_ExecuteUserCommand() local
6004 &Controller->V1.DeviceState[Channel][TargetID]; in DAC960_V1_ExecuteUserCommand()
6005 if (DeviceState->Present && in DAC960_V1_ExecuteUserCommand()
6006 DeviceState->DeviceType == DAC960_V1_DiskType && in DAC960_V1_ExecuteUserCommand()
6007 DeviceState->DeviceState == DAC960_V1_Device_Dead) in DAC960_V1_ExecuteUserCommand()
6018 DAC960_V1_DeviceState_T *DeviceState = in DAC960_V1_ExecuteUserCommand() local
6019 &Controller->V1.DeviceState[Channel][TargetID]; in DAC960_V1_ExecuteUserCommand()
6020 if (DeviceState->Present && in DAC960_V1_ExecuteUserCommand()
6021 DeviceState->DeviceType == DAC960_V1_DiskType && in DAC960_V1_ExecuteUserCommand()
6022 DeviceState->DeviceState == DAC960_V1_Device_Dead) in DAC960_V1_ExecuteUserCommand()
6263 CommandMailbox->SetDeviceState.DeviceState.PhysicalDeviceState = in DAC960_V2_ExecuteUserCommand()
6282 CommandMailbox->SetDeviceState.DeviceState.PhysicalDeviceState = in DAC960_V2_ExecuteUserCommand()
6301 CommandMailbox->SetDeviceState.DeviceState.PhysicalDeviceState = in DAC960_V2_ExecuteUserCommand()