Lines Matching refs:databytelen
276 nx_ctx->ap->databytelen/NX_PAGE_SIZE);
281 *nbytes = min_t(u64, *nbytes, nx_ctx->ap->databytelen);
390 if (!trip->sglen || trip->databytelen < NX_PAGE_SIZE) {
391 dev_warn(dev, "bogus sglen/databytelen: "
393 trip->databytelen);
400 props->ap[msc->fc][msc->mode][0].databytelen =
401 trip->databytelen;
406 props->ap[msc->fc][msc->mode][1].databytelen =
407 trip->databytelen;
414 databytelen = trip->databytelen;
420 databytelen = trip->databytelen;
430 props->ap[msc->fc][msc->mode][2].databytelen =
431 trip->databytelen;
493 if (!props->sglen || props->databytelen < NX_PAGE_SIZE) {
495 dev_warn(dev, "bogus sglen/databytelen for %u/%u/%u: "
497 props->sglen, props->databytelen);