Lines Matching refs:buffer
766 xhci_warn(xhci, "WARN Wrong bounce buffer read length: %zu != %d\n",
784 /* if a bounce buffer was used to align this td then unmap it */
788 * If the host controller said we transferred more data than the buffer
2010 * we must clear the TT buffer (USB 2.0 specification 11.17.5).
2089 * stall later. Hub TT buffer should only be cleared for FS/LS
2451 ep_trb_dma = le64_to_cpu(event->buffer);
2579 "WARN: buffer overrun event for slot %u ep %u on endpoint",
2836 lower_32_bits(le64_to_cpu(event->buffer)),
2837 upper_32_bits(le64_to_cpu(event->buffer)),
3407 /* create a max max_pkt sized bounce buffer pointed to by last trb */
3413 xhci_warn(xhci, "WARN Wrong bounce buffer write length: %zu != %d\n",
3428 xhci_warn(xhci, "Failed mapping bounce buffer, not aligning\n");
3504 /* TRB buffer should not cross 64KB boundaries */
3631 * XXX: can we get a buffer that crosses 64KB boundaries?