Searched refs:alloc_sg_len (Results 1 – 1 of 1) sorted by relevance
1487 int alloc_sg_len; in stm32_cryp_truncate_sg() local1496 alloc_sg_len = sg_nents_for_len(sg, skip + size); in stm32_cryp_truncate_sg()1497 if (alloc_sg_len < 0) in stm32_cryp_truncate_sg()1498 return alloc_sg_len; in stm32_cryp_truncate_sg()1501 *new_sg = kmalloc_objs(struct scatterlist, (size_t)alloc_sg_len); in stm32_cryp_truncate_sg()1505 sg_init_table(*new_sg, (unsigned int)alloc_sg_len); in stm32_cryp_truncate_sg()