Lines Matching defs:buf
37 qtd_fill(struct ehci_hcd *ehci, struct ehci_qtd *qtd, dma_addr_t buf,
41 u64 addr = buf;
46 count = 0x1000 - (buf & 0x0fff); /* rest of that page */
50 buf += 0x1000;
51 buf &= ~0x0fff;
55 addr = buf;
59 buf += 0x1000;
582 dma_addr_t buf;
631 buf = sg_dma_address(sg);
639 buf = urb->transfer_dma;
657 this_qtd_len = qtd_fill(ehci, qtd, buf, this_sg_len, token,
661 buf += this_qtd_len;
679 buf = sg_dma_address(sg);
1178 dma_addr_t buf;
1216 buf = urb->transfer_dma;
1222 qtd_fill(ehci, qtd, buf, len, token, maxpacket);