Lines Matching defs:DataLength

597   @param  DataLength             Length of the data.
619 IN OUT UINTN *DataLength,
664 if ((TransferDirection != EfiUsbNoData) && (Data == NULL || DataLength == NULL)) {
671 TransferDataLength = *DataLength;
699 Status = UhciMapUserData (Uhc, TransferDirection, Data, DataLength, &PktId, &DataPhy, &DataMap);
737 if (DataLength != NULL) {
738 *DataLength = QhResult.Complete;
763 @param DataLength On input, size of the data buffer, On output,
787 IN OUT UINTN *DataLength,
813 if ((DataLength == NULL) || (*DataLength == 0) || (Data == NULL) || (TransferResult == NULL)) {
851 Status = UhciMapUserData (Uhc, Direction, *Data, DataLength, &PktId, &DataPhy, &DataMap);
865 *DataLength,
892 *DataLength = QhResult.Complete;
915 @param DataLength On input, size of the data buffer, On output,
938 IN UINTN DataLength,
981 if (DataLength == 0) {
1008 DataPtr = UsbHcAllocateMem (Uhc->MemPool, DataLength);
1014 DataPhy = (UINT8 *) (UINTN) UsbHcGetPciAddressForHostMem (Uhc->MemPool, DataPtr, DataLength);
1032 DataLength,
1055 DataLength,
1076 UsbHcFreeMem (Uhc->MemPool, DataPtr, DataLength);
1094 @param DataLength On input, size of the data buffer, On output,
1117 IN OUT UINTN *DataLength,
1145 if ((DataLength == NULL) || (Data == NULL) || (TransferResult == NULL)) {
1157 if ((*DataLength == 0) || (MaximumPacketLength > 64)) {
1185 DataLength,
1202 *DataLength,
1225 *DataLength = QhResult.Complete;
1246 @param DataLength On input, size of the data buffer, On output,
1264 IN UINTN DataLength,
1283 @param DataLength On input, size of the data buffer, On output,
1302 IN UINTN DataLength,