Searched refs:Sge (Results 1 – 2 of 2) sorted by relevance
115 SataPort->HostPRB->Sge[0].DataAddressLow = (UINT32)PhysInDataBuffer; in SiI3132AtaPassThruCommand()116 SataPort->HostPRB->Sge[0].DataAddressHigh = (UINT32)(PhysInDataBuffer >> 32); in SiI3132AtaPassThruCommand()117 SataPort->HostPRB->Sge[0].Attributes = SGE_TRM; // Only one SGE in SiI3132AtaPassThruCommand()118 SataPort->HostPRB->Sge[0].DataCount = InDataBufferLength; in SiI3132AtaPassThruCommand()150 SataPort->HostPRB->Sge[0].DataAddressLow = (UINT32)PhysOutDataBuffer; in SiI3132AtaPassThruCommand()151 SataPort->HostPRB->Sge[0].DataAddressHigh = (UINT32)(PhysOutDataBuffer >> 32); in SiI3132AtaPassThruCommand()152 SataPort->HostPRB->Sge[0].Attributes = SGE_TRM; // Only one SGE in SiI3132AtaPassThruCommand()153 SataPort->HostPRB->Sge[0].DataCount = OutDataBufferLength; in SiI3132AtaPassThruCommand()
116 SATA_SI3132_SGE Sge[2]; member