Home
last modified time | relevance | path

Searched refs:pktsze (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/usb/host/
Duhci-q.c838 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()
[all …]