Searched refs:new_sg (Results 1 – 1 of 1) sorted by relevance
/drivers/staging/sep/ |
D | sep_crypto.c | 314 struct scatterlist **new_sg, in sep_oddball_pages() argument 351 *new_sg = sep_alloc_sg_buf(sep, data_size, block_size); in sep_oddball_pages() 352 if (*new_sg == NULL) { in sep_oddball_pages() 358 sep_copy_sg(sep, sg, *new_sg, data_size); in sep_oddball_pages() 1103 struct scatterlist *new_sg; in sep_crypto_block_data() local 1133 req->nbytes, ta_ctx->walk.blocksize, &new_sg, 1); in sep_crypto_block_data() 1139 ta_ctx->src_sg = new_sg; in sep_crypto_block_data() 1140 ta_ctx->src_sg_hold = new_sg; in sep_crypto_block_data() 1147 req->nbytes, ta_ctx->walk.blocksize, &new_sg, 0); in sep_crypto_block_data() 1154 ta_ctx->dst_sg = new_sg; in sep_crypto_block_data() [all …]
|