Searched refs:trim_sg_list (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/nx/ |
H A D | nx.c | 199 * trim_sg_list - ensures the bound in sg list. 205 static long int trim_sg_list(struct nx_sg *sg, in trim_sg_list() function 293 nx_ctx->op.inlen = trim_sg_list(nx_ctx->in_sg, nx_insg, delta, nbytes); in nx_build_sg_lists() 294 nx_ctx->op.outlen = trim_sg_list(nx_ctx->out_sg, nx_outsg, delta, nbytes); in nx_build_sg_lists()
|
/kernel/linux/linux-6.6/drivers/crypto/nx/ |
H A D | nx.c | 199 * trim_sg_list - ensures the bound in sg list. 206 static long int trim_sg_list(struct nx_sg *sg, in trim_sg_list() function 294 nx_ctx->op.inlen = trim_sg_list(nx_ctx->in_sg, nx_insg, delta, nbytes); in nx_build_sg_lists() 295 nx_ctx->op.outlen = trim_sg_list(nx_ctx->out_sg, nx_outsg, delta, nbytes); in nx_build_sg_lists()
|
Completed in 3 milliseconds