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

/drivers/crypto/
H A Dmv_cesa.c52 * @sg_dst_left: bytes left dst to process in this scatter list
73 int sg_dst_left; member in struct:req_progress
444 if (!cpg->p.sg_dst_left) {
447 cpg->p.sg_dst_left = cpg->p.dst_sg_it.length;
454 dst_copy = min(need_copy_len, cpg->p.sg_dst_left);
460 cpg->p.sg_dst_left -= dst_copy;

Completed in 321 milliseconds