Lines Matching refs:xfer_buf
434 dev_dbg(hsotg->dev, " xfer_buf: %p\n", chan->xfer_buf);
1090 * Upon return the xfer_buf and xfer_count fields in chan are incremented by
1100 u32 *data_buf = (u32 *)chan->xfer_buf;
1114 /* xfer_buf is DWORD aligned */
1118 /* xfer_buf is not DWORD aligned */
1127 chan->xfer_buf += byte_count;
2339 chan->xfer_buf = urb->setup_packet;
2366 chan->xfer_buf = hsotg->status_buf;
2392 chan->xfer_buf = urb->buf;
2393 chan->xfer_buf += frame_desc->offset +
2613 chan->xfer_buf = (u8 *)urb->buf + urb->actual_length;
3887 dev_dbg(hsotg->dev, " xfer_buf: %p\n", chan->xfer_buf);