Home
last modified time | relevance | path

Searched refs:InDataBufferLength (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/SataSiI3132Dxe/
DSiI3132AtaPassThru.c58 UINTN InDataBufferLength = 0; in SiI3132AtaPassThruCommand() local
96 InDataBufferLength = Packet->InTransferLength; in SiI3132AtaPassThruCommand()
103 InDataBufferLength = Packet->InTransferLength * SataDevice->BlockSize; in SiI3132AtaPassThruCommand()
108 Packet->InDataBuffer, &InDataBufferLength, &PhysInDataBuffer, &PciAllocMapping in SiI3132AtaPassThruCommand()
118 SataPort->HostPRB->Sge[0].DataCount = InDataBufferLength; in SiI3132AtaPassThruCommand()