Lines Matching refs:databytelen
288 nx_ctx->ap->databytelen/NX_PAGE_SIZE); in nx_build_sg_lists()
293 *nbytes = min_t(u64, *nbytes, nx_ctx->ap->databytelen); in nx_build_sg_lists()
402 if (!trip->sglen || trip->databytelen < NX_PAGE_SIZE) { in nx_of_update_msc()
405 trip->databytelen); in nx_of_update_msc()
412 props->ap[msc->fc][msc->mode][0].databytelen = in nx_of_update_msc()
413 trip->databytelen; in nx_of_update_msc()
418 props->ap[msc->fc][msc->mode][1].databytelen = in nx_of_update_msc()
419 trip->databytelen; in nx_of_update_msc()
426 databytelen = trip->databytelen; in nx_of_update_msc()
432 databytelen = trip->databytelen; in nx_of_update_msc()
442 props->ap[msc->fc][msc->mode][2].databytelen = in nx_of_update_msc()
443 trip->databytelen; in nx_of_update_msc()
505 if (!props->sglen || props->databytelen < NX_PAGE_SIZE) { in nx_check_prop()
509 props->sglen, props->databytelen); in nx_check_prop()