Searched refs:maxpacketsize (Results 1 – 6 of 6) sorted by relevance
68 u16 maxpacketsize = is_in ? dev->epmaxpacketin[epnum] : in usb_urb_fill() local85 urb->ep->desc.wMaxPacketSize = __cpu_to_le16(maxpacketsize); in usb_urb_fill()
210 int maxpacketsize; member505 framesize = dev_priv->maxpacketsize; in asix_send_common()658 priv->maxpacketsize = usb_dev->epmaxpacketout[AX_ENDPOINT_OUT]; in ax88179_eth_probe()
655 int maxpacketsize; in xhci_bulk_tx() local730 maxpacketsize = usb_maxpacket(udev, pipe); in xhci_bulk_tx()779 length, maxpacketsize, in xhci_bulk_tx()
252 (8 << dev->maxpacketsize), DCPMAXP); in send_setup_packet()
270 u8 maxpktsize = (1 << dev->maxpacketsize) * 8; in ctrlreq_in_data_phase()316 u8 maxpktsize = (1 << dev->maxpacketsize) * 8; in ctrlreq_out_data_phase()
1742 int len, maxpacketsize; in packetize_urb() local1774 maxpacketsize = max_packet(usb_maxpacket(urb->dev, urb->pipe)); in packetize_urb()1819 } else if (usb_pipebulk(urb->pipe) && maxpacketsize && in packetize_urb()1821 !(urb->transfer_buffer_length % maxpacketsize)) { in packetize_urb()
Completed in 27 milliseconds