Lines Matching defs:bytes
29 __be64 req_max_processed_len; /* Max bytes in one GZIP request */
30 __be64 min_compress_len; /* Min compression size in bytes */
31 __be64 min_decompress_len; /* Min decompression size in bytes */
39 u64 req_max_processed_len; /* Max bytes in one GZIP request */
40 u64 min_compress_len; /* Min compression in bytes */
41 u64 min_decompress_len; /* Min decompression in bytes */
107 * CE2 0=processed_bytes is source bytes, 1=processed_bytes is target bytes */
270 "(Additional info: csbcbp->processed bytes "
271 "does not specify processed bytes for the "
617 dev_dbg(devdata->dev, "%s: ibm,max-sg-len is %d bytes long, expected %lu bytes\n", __func__,
674 dev_dbg(devdata->dev, "%s: ibm,max-sync-cop is %d bytes long, expected %lu bytes\n", __func__, prop->length,
919 int bytes;
939 bytes = snprintf(p, bytes_remain, "%u-%uus:\t%lld\n",
942 bytes_remain -= bytes;
943 p += bytes;
947 bytes = snprintf(p, bytes_remain, "%uus - :\t%lld\n",
950 p += bytes;