Home
last modified time | relevance | path

Searched refs:nx_dst (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/nx/
H A Dnx.c142 * @nx_dst: pointer to the first nx_sg element to write
148 struct nx_sg *nx_walk_and_build(struct nx_sg *nx_dst, in nx_walk_and_build() argument
155 struct nx_sg *nx_sg = nx_dst; in nx_walk_and_build()
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()
/kernel/linux/linux-6.6/drivers/crypto/nx/
H A Dnx.c142 * @nx_dst: pointer to the first nx_sg element to write
148 struct nx_sg *nx_walk_and_build(struct nx_sg *nx_dst, in nx_walk_and_build() argument
155 struct nx_sg *nx_sg = nx_dst; in nx_walk_and_build()
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()

Completed in 3 milliseconds