Lines Matching defs:BufLength
599 u32 BufOffset, BufLength;
621 BufLength = le32_to_cpu(buf->InformationBufferLength);
627 if (8 + BufOffset + BufLength >= USB_COMP_EP0_BUFSIZ) {
637 BufOffset + 8 + (u8 *)buf, BufLength,
654 u32 BufLength, BufOffset;
658 BufLength = le32_to_cpu(buf->InformationBufferLength);
660 if ((BufLength > RNDIS_MAX_TOTAL_SIZE) ||
671 pr_debug("%s: Length: %d\n", __func__, BufLength);
675 for (i = 0; i < BufLength; i++) {
690 if (8 + BufOffset + BufLength >= USB_COMP_EP0_BUFSIZ) {
697 ((u8 *)buf) + 8 + BufOffset, BufLength, r))