Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/host/
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()
853 uhci_fill_td(td, status, destination | uhci_explen(pktsze), 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 …]