Lines Matching defs:buffer
113 * Scatter-gather transfer buffer access routines
117 * Copy a buffer of length buflen to/from the srb's transfer buffer.
121 unsigned int usb_stor_access_xfer_buf(unsigned char *buffer,
146 memcpy(buffer + cnt, miter.addr, len);
148 memcpy(miter.addr, buffer + cnt, len);
166 * Store the contents of buffer into srb's transfer buffer and set the
169 void usb_stor_set_xfer_buf(unsigned char *buffer,
176 buflen = usb_stor_access_xfer_buf(buffer, buflen, srb, &sg, &offset,