Searched refs:pktsze (Results 1 – 1 of 1) sorted by relevance
838 int pktsze = maxsze; in uhci_submit_control() local840 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() local968 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()[all …]