Lines Matching refs:sglen
161 unsigned int sglen, in nx_walk_and_build() argument
186 while (len && (nx_sg - nx_dst) < sglen) { in nx_walk_and_build()
196 nx_sg = nx_build_sg_list(nx_sg, dst, &n, sglen - (nx_sg - nx_dst)); in nx_walk_and_build()
284 max_sg_len = min_t(u64, nx_ctx->ap->sglen, in nx_build_sg_lists()
401 if (!trip->sglen || trip->databytelen < NX_PAGE_SIZE) { in nx_of_update_msc()
403 "%u/%u (ignored)\n", trip->sglen, in nx_of_update_msc()
413 props->ap[msc->fc][msc->mode][0].sglen = in nx_of_update_msc()
414 trip->sglen; in nx_of_update_msc()
419 props->ap[msc->fc][msc->mode][1].sglen = in nx_of_update_msc()
420 trip->sglen; in nx_of_update_msc()
426 props->ap[msc->fc][msc->mode][2].sglen = in nx_of_update_msc()
427 trip->sglen; in nx_of_update_msc()
432 props->ap[msc->fc][msc->mode][1].sglen = in nx_of_update_msc()
433 trip->sglen; in nx_of_update_msc()
443 props->ap[msc->fc][msc->mode][2].sglen = in nx_of_update_msc()
444 trip->sglen; in nx_of_update_msc()
504 if (!props->sglen || props->databytelen < NX_PAGE_SIZE) { in nx_check_prop()
508 props->sglen, props->databytelen); in nx_check_prop()