Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci-trace.h449 __field(unsigned int, bounce_buf_len)
460 __entry->bounce_buf_len = ring->bounce_buf_len;
471 __entry->bounce_buf_len,
Dxhci-mem.c375 ring->bounce_buf_len = max_packet; in xhci_ring_alloc()
432 ring->bounce_buf_len, flags); in xhci_ring_expansion()
Dxhci-ring.c664 dma_unmap_single(dev, seg->bounce_dma, ring->bounce_buf_len, in xhci_unmap_td_bounce_buffer()
672 dma_unmap_single(dev, seg->bounce_dma, ring->bounce_buf_len, in xhci_unmap_td_bounce_buffer()
Dxhci.h1590 unsigned int bounce_buf_len; member