Searched refs:new_sg (Results 1 – 2 of 2) sorted by relevance
18 struct scatterlist *new_sg, u16 flags) in omap_crypto_copy_sg_lists() argument24 new_sg = kmalloc_objs(*new_sg, n); in omap_crypto_copy_sg_lists()25 if (!new_sg) in omap_crypto_copy_sg_lists()28 sg_init_table(new_sg, n); in omap_crypto_copy_sg_lists()31 tmp = new_sg; in omap_crypto_copy_sg_lists()50 *sg = new_sg; in omap_crypto_copy_sg_lists()56 struct scatterlist *new_sg, u16 flags) in omap_crypto_copy_sgs() argument79 sg_init_table(new_sg, 1); in omap_crypto_copy_sgs()81 sg_set_buf(new_sg, buf, new_len); in omap_crypto_copy_sgs()83 *sg = new_sg; in omap_crypto_copy_sgs()[all …]
28 struct scatterlist *new_sg, u16 flags,