Home
last modified time | relevance | path

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

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