Lines Matching refs:databytelen
275 nx_ctx->ap->databytelen/NX_PAGE_SIZE); in nx_build_sg_lists()
280 *nbytes = min_t(u64, *nbytes, nx_ctx->ap->databytelen); in nx_build_sg_lists()
389 if (!trip->sglen || trip->databytelen < NX_PAGE_SIZE) { in nx_of_update_msc()
392 trip->databytelen); in nx_of_update_msc()
399 props->ap[msc->fc][msc->mode][0].databytelen = in nx_of_update_msc()
400 trip->databytelen; in nx_of_update_msc()
405 props->ap[msc->fc][msc->mode][1].databytelen = in nx_of_update_msc()
406 trip->databytelen; in nx_of_update_msc()
413 databytelen = trip->databytelen; in nx_of_update_msc()
419 databytelen = trip->databytelen; in nx_of_update_msc()
429 props->ap[msc->fc][msc->mode][2].databytelen = in nx_of_update_msc()
430 trip->databytelen; in nx_of_update_msc()
492 if (!props->sglen || props->databytelen < NX_PAGE_SIZE) { in nx_check_prop()
496 props->sglen, props->databytelen); in nx_check_prop()