Searched refs:Type5 (Results 1 – 2 of 2) sorted by relevance
3216 CommandMailbox->Type5.CommandOpcode = DAC960_V1_Read; in DAC960_V1_QueueReadWriteCommand()3218 CommandMailbox->Type5.CommandOpcode = DAC960_V1_Write; in DAC960_V1_QueueReadWriteCommand()3220 CommandMailbox->Type5.LD.TransferLength = Command->BlockCount; in DAC960_V1_QueueReadWriteCommand()3221 CommandMailbox->Type5.LD.LogicalDriveNumber = Command->LogicalDriveNumber; in DAC960_V1_QueueReadWriteCommand()3222 CommandMailbox->Type5.LogicalBlockAddress = Command->BlockNumber; in DAC960_V1_QueueReadWriteCommand()3223 CommandMailbox->Type5.BusAddress = in DAC960_V1_QueueReadWriteCommand()3231 CommandMailbox->Type5.CommandOpcode = DAC960_V1_ReadWithScatterGather; in DAC960_V1_QueueReadWriteCommand()3233 CommandMailbox->Type5.CommandOpcode = DAC960_V1_WriteWithScatterGather; in DAC960_V1_QueueReadWriteCommand()3235 CommandMailbox->Type5.LD.TransferLength = Command->BlockCount; in DAC960_V1_QueueReadWriteCommand()3236 CommandMailbox->Type5.LD.LogicalDriveNumber = Command->LogicalDriveNumber; in DAC960_V1_QueueReadWriteCommand()[all …]
968 } __attribute__ ((packed)) Type5; member4376 int LogicalDriveNumber = CommandMailbox->Type5.LD.LogicalDriveNumber; in DAC960_PD_To_P_TranslateReadWriteCommand()