Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci-trace.h470 __field(unsigned int, bounce_buf_len)
481 __entry->bounce_buf_len = ring->bounce_buf_len;
492 __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.c754 dma_unmap_single(dev, seg->bounce_dma, ring->bounce_buf_len, in xhci_unmap_td_bounce_buffer()
759 dma_unmap_single(dev, seg->bounce_dma, ring->bounce_buf_len, in xhci_unmap_td_bounce_buffer()
Dxhci.h1617 unsigned int bounce_buf_len; member