Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-mem.c335 prev = xhci_segment_alloc(xhci, ring->bounce_buf_len, num, flags); in xhci_alloc_segments_for_ring()
344 next = xhci_segment_alloc(xhci, ring->bounce_buf_len, num, flags); in xhci_alloc_segments_for_ring()
382 ring->bounce_buf_len = max_packet; in xhci_ring_alloc()
424 new_ring.bounce_buf_len = ring->bounce_buf_len; in xhci_ring_expansion()
H A Dxhci.h1372 unsigned int bounce_buf_len; member
H A Dxhci-ring.c797 dma_unmap_single(dev, seg->bounce_dma, ring->bounce_buf_len, in xhci_unmap_td_bounce_buffer()
802 dma_unmap_single(dev, seg->bounce_dma, ring->bounce_buf_len, in xhci_unmap_td_bounce_buffer()
/linux/drivers/usb/cdns3/
H A Dcdnsp-mem.c384 ring->bounce_buf_len = max_packet; in cdnsp_ring_alloc()
440 ring->bounce_buf_len, flags); in cdnsp_ring_expansion()
H A Dcdnsp-gadget.h1265 unsigned int bounce_buf_len; member
H A Dcdnsp-ring.c615 ring->bounce_buf_len, DMA_TO_DEVICE); in cdnsp_unmap_td_bounce_buffer()
619 dma_unmap_single(pdev->dev, seg->bounce_dma, ring->bounce_buf_len, in cdnsp_unmap_td_bounce_buffer()