Lines Matching defs:bytes
82 * CE2 0=processed_bytes is source bytes, 1=processed_bytes is target bytes */
243 "(Additional info: csbcbp->processed bytes "
244 "does not specify processed bytes for the "
590 dev_dbg(devdata->dev, "%s: ibm,max-sg-len is %d bytes long, expected %lu bytes\n", __func__,
647 dev_dbg(devdata->dev, "%s: ibm,max-sync-cop is %d bytes long, expected %lu bytes\n", __func__, prop->length,
894 int bytes;
914 bytes = snprintf(p, bytes_remain, "%u-%uus:\t%lld\n",
917 bytes_remain -= bytes;
918 p += bytes;
922 bytes = snprintf(p, bytes_remain, "%uus - :\t%lld\n",
925 p += bytes;