Lines Matching refs:databytelen
275 nx_ctx->ap->databytelen/NX_PAGE_SIZE);
280 *nbytes = min_t(u64, *nbytes, nx_ctx->ap->databytelen);
389 if (!trip->sglen || trip->databytelen < NX_PAGE_SIZE) {
390 dev_warn(dev, "bogus sglen/databytelen: "
392 trip->databytelen);
399 props->ap[msc->fc][msc->mode][0].databytelen =
400 trip->databytelen;
405 props->ap[msc->fc][msc->mode][1].databytelen =
406 trip->databytelen;
413 databytelen = trip->databytelen;
419 databytelen = trip->databytelen;
429 props->ap[msc->fc][msc->mode][2].databytelen =
430 trip->databytelen;
492 if (!props->sglen || props->databytelen < NX_PAGE_SIZE) {
494 dev_warn(dev, "bogus sglen/databytelen for %u/%u/%u: "
496 props->sglen, props->databytelen);