Lines Matching refs:databytelen
276 nx_ctx->ap->databytelen/NX_PAGE_SIZE); in nx_build_sg_lists()
281 *nbytes = min_t(u64, *nbytes, nx_ctx->ap->databytelen); in nx_build_sg_lists()
390 if (!trip->sglen || trip->databytelen < NX_PAGE_SIZE) { in nx_of_update_msc()
393 trip->databytelen); in nx_of_update_msc()
400 props->ap[msc->fc][msc->mode][0].databytelen = in nx_of_update_msc()
401 trip->databytelen; in nx_of_update_msc()
406 props->ap[msc->fc][msc->mode][1].databytelen = in nx_of_update_msc()
407 trip->databytelen; in nx_of_update_msc()
414 databytelen = trip->databytelen; in nx_of_update_msc()
420 databytelen = trip->databytelen; in nx_of_update_msc()
430 props->ap[msc->fc][msc->mode][2].databytelen = in nx_of_update_msc()
431 trip->databytelen; in nx_of_update_msc()
493 if (!props->sglen || props->databytelen < NX_PAGE_SIZE) { in nx_check_prop()
497 props->sglen, props->databytelen); in nx_check_prop()