pktsze 837 drivers/usb/host/uhci-q.c int pktsze = maxsze; pktsze 839 drivers/usb/host/uhci-q.c if (len <= pktsze) { /* The last data packet */ pktsze 840 drivers/usb/host/uhci-q.c pktsze = len; pktsze 854 drivers/usb/host/uhci-q.c destination | uhci_explen(pktsze), data); pktsze 857 drivers/usb/host/uhci-q.c data += pktsze; pktsze 858 drivers/usb/host/uhci-q.c len -= pktsze; pktsze 965 drivers/usb/host/uhci-q.c int pktsze = maxsze; pktsze 967 drivers/usb/host/uhci-q.c if (len <= pktsze) { /* The last packet */ pktsze 968 drivers/usb/host/uhci-q.c pktsze = len; pktsze 981 drivers/usb/host/uhci-q.c destination | uhci_explen(pktsze) | pktsze 988 drivers/usb/host/uhci-q.c data += pktsze; pktsze 989 drivers/usb/host/uhci-q.c this_sg_len -= pktsze;