Lines Matching defs:bytes
15 * @length: Data length in bytes.
124 * @period_bytes: Current period size in bytes.
189 * @bytes: number of bytes that has been updated
193 * virtqueue. For this, the function uses offset and bytes to calculate the
201 unsigned long bytes)
213 end = (offset + bytes - 1) / period_bytes;
225 if (n > bytes)
226 n = bytes;
251 bytes -= n;
282 * @written_bytes: Number of bytes written to the message.
291 * plus the number of captured bytes.