Searched refs:DataTransferLength (Results 1 – 3 of 3) sorted by relevance
42 public uint DataTransferLength { get; private set; } property
187 …andBlockWrapper, CommandStatus.Success, (uint)(commandBlockWrapper.DataTransferLength - data.Lengt… in HandleCommand()207 SendData(new byte[commandBlockWrapper.DataTransferLength]); in HandleCommand()212 … SendResult(commandBlockWrapper, CommandStatus.Failure, commandBlockWrapper.DataTransferLength); in HandleCommand()
217 csw.DataResidue = cbw.DataTransferLength - 0x03; in ReceiveCommandBlockWrapper()231 csw.DataResidue = (uint)(cbw.DataTransferLength - dataRead.Length); in ReceiveCommandBlockWrapper()240 csw.DataResidue = cbw.DataTransferLength; in ReceiveCommandBlockWrapper()508 this.DataTransferLength = BitConverter.ToUInt32(data, 8); in Fill()519 public uint DataTransferLength; field in Antmicro.Renode.Peripherals.USBDeprecated.MassStorage.CommandBlockWrapper