Lines Matching defs:DataLength

427   If DataLength is NULL, then ASSERT().
460 DataLength is 0, then this parameter is optional
462 @param[in, out] DataLength On input, a pointer to the length in bytes of
476 in DataLength.
506 IN OUT UINT32 *DataLength,
522 ASSERT (DataLength != NULL);
531 CommandPacket.InTransferLength= *DataLength;
548 Cdb[7] = (UINT8) (*DataLength >> 8);
549 Cdb[8] = (UINT8) (*DataLength);
560 *DataLength = CommandPacket.InTransferLength;
659 If DataLength is NULL, then ASSERT().
668 @param[in, out] DataLength The length of data buffer.
674 number of bytes transferred is returned in DataLength.
693 IN OUT UINT32 *DataLength,
707 ASSERT (DataLength != NULL);
716 CommandPacket.InTransferLength= *DataLength;
744 *DataLength = CommandPacket.InTransferLength;
761 If DataLength is NULL, then ASSERT().
770 @param[in, out] DataLength The length of data buffer.
776 number of bytes transferred is returned in DataLength.
795 IN OUT UINT32 *DataLength,
809 ASSERT (DataLength != NULL);
818 CommandPacket.InTransferLength= *DataLength;
847 *DataLength = CommandPacket.InTransferLength;
865 If DataLength is NULL, then ASSERT().
875 @param[in, out] DataLength The length of data buffer.
881 not be transferred. The actual number of bytes transferred is returned in DataLength.
900 IN OUT UINT32 *DataLength,
915 ASSERT (DataLength != NULL);
924 CommandPacket.InTransferLength= *DataLength;
946 *DataLength = CommandPacket.InTransferLength;
964 If DataLength is NULL, then ASSERT().
973 @param[in, out] DataLength The length of data buffer.
979 not be transferred. The actual number of bytes transferred is returned in DataLength.
998 IN OUT UINT32 *DataLength,
1013 ASSERT (DataLength != NULL);
1022 CommandPacket.OutTransferLength= *DataLength;
1044 *DataLength = CommandPacket.OutTransferLength;
1061 If DataLength is NULL, then ASSERT().
1071 @param[in, out] DataLength The length of data buffer.
1077 not be transferred. The actual number of bytes transferred is returned in DataLength.
1096 IN OUT UINT32 *DataLength,
1111 ASSERT (DataLength != NULL);
1120 CommandPacket.InTransferLength = *DataLength;
1142 *DataLength = CommandPacket.InTransferLength;
1160 If DataLength is NULL, then ASSERT().
1169 @param[in, out] DataLength The length of data buffer.
1175 not be transferred. The actual number of bytes transferred is returned in DataLength.
1194 IN OUT UINT32 *DataLength,
1209 ASSERT (DataLength != NULL);
1218 CommandPacket.OutTransferLength = *DataLength;
1240 *DataLength = CommandPacket.OutTransferLength;