Lines Matching refs:max_packet
31 unsigned int max_packet,
49 if (max_packet) {
50 seg->bounce_buf = kzalloc_node(max_packet, flags,
324 enum xhci_ring_type type, unsigned int max_packet, gfp_t flags)
334 prev = xhci_segment_alloc(xhci, cycle_state, max_packet, flags);
343 next = xhci_segment_alloc(xhci, cycle_state, max_packet, flags);
373 enum xhci_ring_type type, unsigned int max_packet, gfp_t flags)
384 ring->bounce_buf_len = max_packet;
392 max_packet, flags);
592 unsigned int max_packet, gfp_t mem_flags)
646 xhci_ring_alloc(xhci, 2, 1, TYPE_STREAM, max_packet,
1369 int max_packet;
1385 max_packet = usb_endpoint_maxp(&ep->desc);
1388 return max_packet * max_burst;
1403 unsigned int max_packet;
1442 max_packet = usb_endpoint_maxp(&ep->desc);
1454 max_packet = 512;
1456 max_packet = rounddown_pow_of_two(max_packet);
1457 max_packet = clamp_val(max_packet, 8, 64);
1469 xhci_ring_alloc(xhci, 2, 1, ring_type, max_packet, mem_flags);
1481 MAX_PACKET(max_packet) |