Lines Matching defs:todo
91 unsigned int todo, len, offset, ivsize;
210 todo = min(len, sg_dma_len(sg));
211 cet->t_src[i].len = cpu_to_le32(todo / 4);
212 dev_dbg(ce->dev, "%s total=%u SG(%d %u off=%d) todo=%u\n", __func__,
213 areq->cryptlen, i, cet->t_src[i].len, sg->offset, todo);
214 len -= todo;
225 todo = min(len, sg_dma_len(sg));
226 cet->t_dst[i].len = cpu_to_le32(todo / 4);
227 dev_dbg(ce->dev, "%s total=%u SG(%d %u off=%d) todo=%u\n", __func__,
228 areq->cryptlen, i, cet->t_dst[i].len, sg->offset, todo);
229 len -= todo;