Lines Matching refs:pktsze
837 int pktsze = maxsze; in uhci_submit_control() local
839 if (len <= pktsze) { /* The last data packet */ in uhci_submit_control()
840 pktsze = len; in uhci_submit_control()
854 destination | uhci_explen(pktsze), data); in uhci_submit_control()
857 data += pktsze; in uhci_submit_control()
858 len -= pktsze; in uhci_submit_control()
965 int pktsze = maxsze; in uhci_submit_common() local
967 if (len <= pktsze) { /* The last packet */ in uhci_submit_common()
968 pktsze = len; in uhci_submit_common()
981 destination | uhci_explen(pktsze) | in uhci_submit_common()
988 data += pktsze; in uhci_submit_common()
989 this_sg_len -= pktsze; in uhci_submit_common()