Lines Matching refs:sglen
149 unsigned int sglen, in nx_walk_and_build() argument
174 while (len && (nx_sg - nx_dst) < sglen) { in nx_walk_and_build()
184 nx_sg = nx_build_sg_list(nx_sg, dst, &n, sglen - (nx_sg - nx_dst)); in nx_walk_and_build()
272 max_sg_len = min_t(u64, nx_ctx->ap->sglen, in nx_build_sg_lists()
389 if (!trip->sglen || trip->databytelen < NX_PAGE_SIZE) { in nx_of_update_msc()
391 "%u/%u (ignored)\n", trip->sglen, in nx_of_update_msc()
401 props->ap[msc->fc][msc->mode][0].sglen = in nx_of_update_msc()
402 trip->sglen; in nx_of_update_msc()
407 props->ap[msc->fc][msc->mode][1].sglen = in nx_of_update_msc()
408 trip->sglen; in nx_of_update_msc()
414 props->ap[msc->fc][msc->mode][2].sglen = in nx_of_update_msc()
415 trip->sglen; in nx_of_update_msc()
420 props->ap[msc->fc][msc->mode][1].sglen = in nx_of_update_msc()
421 trip->sglen; in nx_of_update_msc()
431 props->ap[msc->fc][msc->mode][2].sglen = in nx_of_update_msc()
432 trip->sglen; 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()