Home
last modified time | relevance | path

Searched refs:bounce_len (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/usb/host/
Dxhci-ring.c703 seg->bounce_len, seg->bounce_offs); in xhci_unmap_td_bounce_buffer()
704 if (len != seg->bounce_len) in xhci_unmap_td_bounce_buffer()
706 len, seg->bounce_len); in xhci_unmap_td_bounce_buffer()
707 seg->bounce_len = 0; in xhci_unmap_td_bounce_buffer()
3295 seg->bounce_len = new_buff_len; in xhci_align_td()
Dxhci.h1531 unsigned int bounce_len; member