Lines Matching refs:max_packet
30 unsigned int max_packet, in xhci_segment_alloc() argument
48 if (max_packet) { in xhci_segment_alloc()
49 seg->bounce_buf = kzalloc_node(max_packet, flags, in xhci_segment_alloc()
328 enum xhci_ring_type type, unsigned int max_packet, gfp_t flags) in xhci_alloc_segments_for_ring() argument
338 prev = xhci_segment_alloc(xhci, cycle_state, max_packet, flags); in xhci_alloc_segments_for_ring()
347 next = xhci_segment_alloc(xhci, cycle_state, max_packet, flags); in xhci_alloc_segments_for_ring()
387 unsigned int max_packet, gfp_t mem_flags) in xhci_vendor_alloc_transfer_ring() argument
393 max_packet, mem_flags); in xhci_vendor_alloc_transfer_ring()
425 enum xhci_ring_type type, unsigned int max_packet, gfp_t flags) in xhci_ring_alloc() argument
436 ring->bounce_buf_len = max_packet; in xhci_ring_alloc()
444 max_packet, flags); in xhci_ring_alloc()
679 unsigned int max_packet, gfp_t mem_flags) in xhci_alloc_stream_info() argument
736 xhci_ring_alloc(xhci, 2, 1, TYPE_STREAM, max_packet, in xhci_alloc_stream_info()
1474 int max_packet; in xhci_get_max_esit_payload() local
1489 max_packet = usb_endpoint_maxp(&ep->desc); in xhci_get_max_esit_payload()
1492 return max_packet * max_burst; in xhci_get_max_esit_payload()
1507 unsigned int max_packet; in xhci_endpoint_init() local
1546 max_packet = usb_endpoint_maxp(&ep->desc); in xhci_endpoint_init()
1558 max_packet = 512; in xhci_endpoint_init()
1560 max_packet = rounddown_pow_of_two(max_packet); in xhci_endpoint_init()
1561 max_packet = clamp_val(max_packet, 8, 64); in xhci_endpoint_init()
1576 max_packet, mem_flags); in xhci_endpoint_init()
1579 xhci_ring_alloc(xhci, 2, 1, ring_type, max_packet, mem_flags); in xhci_endpoint_init()
1593 MAX_PACKET(max_packet) | in xhci_endpoint_init()