Home
last modified time | relevance | path

Searched refs:srcsg (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/crypto/chelsio/
Dchcr_crypto.h264 struct scatterlist *srcsg; member
296 struct scatterlist *srcsg; member
Dchcr_algo.c601 int srcsg = minsg; in chcr_hash_ent_in_wr() local
608 while (src && space > (sgl_ent_len[srcsg + 1])) { in chcr_hash_ent_in_wr()
613 srcsg++; in chcr_hash_ent_in_wr()
631 int srcsg = minsg, dstsg = minsg; in chcr_sg_ent_in_wr() local
644 space > (sgl_ent_len[srcsg + 1] + dsgl_ent_len[dstsg])) { in chcr_sg_ent_in_wr()
648 srcsg++; in chcr_sg_ent_in_wr()
651 space > (sgl_ent_len[srcsg] + dsgl_ent_len[dstsg + 1])) { in chcr_sg_ent_in_wr()
763 nents = sg_nents_xlen(reqctx->srcsg, wrparam->bytes, in create_cipher_wr()
1114 bytes = chcr_sg_ent_in_wr(reqctx->srcsg, reqctx->dstsg, 0, in chcr_handle_cipher_resp()
1253 reqctx->srcsg = req->src; in process_cipher()
[all …]