Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/host/
Dxhci-ring.c681 seg->bounce_len, seg->bounce_offs); in xhci_unmap_td_bounce_buffer()
682 if (len != seg->bounce_len) in xhci_unmap_td_bounce_buffer()
684 len, seg->bounce_len); in xhci_unmap_td_bounce_buffer()
685 seg->bounce_len = 0; in xhci_unmap_td_bounce_buffer()
3222 seg->bounce_len = new_buff_len; in xhci_align_td()
Dxhci.h1531 unsigned int bounce_len; member