Lines Matching refs:pktsze
838 int pktsze = maxsze; in uhci_submit_control() local
840 if (len <= pktsze) { /* The last data packet */ in uhci_submit_control()
841 pktsze = len; in uhci_submit_control()
855 destination | uhci_explen(pktsze), data); in uhci_submit_control()
858 data += pktsze; in uhci_submit_control()
859 len -= pktsze; in uhci_submit_control()
966 int pktsze = maxsze; in uhci_submit_common() local
968 if (len <= pktsze) { /* The last packet */ in uhci_submit_common()
969 pktsze = len; in uhci_submit_common()
982 destination | uhci_explen(pktsze) | in uhci_submit_common()
989 data += pktsze; in uhci_submit_common()
990 this_sg_len -= pktsze; in uhci_submit_common()