Lines Matching refs:max_packet_size
1468 int max_packet_size; in xhci_check_ep0_maxpacket() local
1474 max_packet_size = usb_endpoint_maxp(&vdev->udev->ep0.desc); in xhci_check_ep0_maxpacket()
1476 if (hw_max_packet_size == max_packet_size) in xhci_check_ep0_maxpacket()
1479 switch (max_packet_size) { in xhci_check_ep0_maxpacket()
1485 max_packet_size); in xhci_check_ep0_maxpacket()
1510 ep_ctx->ep_info2 |= cpu_to_le32(MAX_PACKET(max_packet_size)); in xhci_check_ep0_maxpacket()
1522 max_packet_size); in xhci_check_ep0_maxpacket()
2449 virt_ep->bw_info.max_packet_size, in xhci_check_bw_table()
2549 unsigned int mps = DIV_ROUND_UP(ep_bw->max_packet_size, SS_BLOCK); in xhci_get_ss_bw_consumed()
2680 if (ep_bw->max_packet_size >= in xhci_add_ep_to_interval_table()
2681 smaller_ep->bw_info.max_packet_size) { in xhci_add_ep_to_interval_table()