Lines Matching refs:sglen
162 unsigned int sglen, in nx_walk_and_build() argument
187 while (len && (nx_sg - nx_dst) < sglen) { in nx_walk_and_build()
197 nx_sg = nx_build_sg_list(nx_sg, dst, &n, sglen - (nx_sg - nx_dst)); in nx_walk_and_build()
285 max_sg_len = min_t(u64, nx_ctx->ap->sglen, in nx_build_sg_lists()
402 if (!trip->sglen || trip->databytelen < NX_PAGE_SIZE) { in nx_of_update_msc()
404 "%u/%u (ignored)\n", trip->sglen, in nx_of_update_msc()
414 props->ap[msc->fc][msc->mode][0].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()
427 props->ap[msc->fc][msc->mode][2].sglen = in nx_of_update_msc()
428 trip->sglen; in nx_of_update_msc()
433 props->ap[msc->fc][msc->mode][1].sglen = in nx_of_update_msc()
434 trip->sglen; in nx_of_update_msc()
444 props->ap[msc->fc][msc->mode][2].sglen = in nx_of_update_msc()
445 trip->sglen; 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()