Lines Matching defs:bytes
73 "bytes\n", s, drive->name, packet_size);
458 debug_log("Packet command completed, %d bytes transferred\n",
532 /* Get the number of bytes to transfer on this interrupt. */
549 debug_log("[cmd %x] transferred %d bytes, padded %d bytes, resid: %u\n",
632 /* ATAPI commands get padded out to 12 bytes minimum */
702 unsigned int timeout, bytes;
719 bytes = blk_rq_bytes(rq);
720 bcount = ((drive->media == ide_tape) ? bytes
722 bytes, 63 * 1024));