Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/host/
Dxhci-trace.h468 __field(unsigned int, bounce_buf_len)
479 __entry->bounce_buf_len = ring->bounce_buf_len;
490 __entry->bounce_buf_len,
Dxhci-mem.c384 ring->bounce_buf_len = max_packet; in xhci_ring_alloc()
441 ring->bounce_buf_len, flags); in xhci_ring_expansion()
Dxhci-ring.c694 dma_unmap_single(dev, seg->bounce_dma, ring->bounce_buf_len, in xhci_unmap_td_bounce_buffer()
699 dma_unmap_single(dev, seg->bounce_dma, ring->bounce_buf_len, in xhci_unmap_td_bounce_buffer()
Dxhci.h1613 unsigned int bounce_buf_len; member