Searched refs:cc_get_sgl_nents (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/ccree/ |
H A D | cc_buffer_mgr.c | 63 * cc_get_sgl_nents() - Get scatterlist number of entries. 73 static unsigned int cc_get_sgl_nents(struct device *dev, in cc_get_sgl_nents() function 268 *nents = cc_get_sgl_nents(dev, sg, nbytes, lbytes); in cc_map_sg() 817 src_mapped_nents = cc_get_sgl_nents(dev, req->src, size_for_map, in cc_aead_chain_data() 856 dst_mapped_nents = cc_get_sgl_nents(dev, req->dst, size_for_map, in cc_aead_chain_data()
|
/kernel/linux/linux-6.6/drivers/crypto/ccree/ |
H A D | cc_buffer_mgr.c | 63 * cc_get_sgl_nents() - Get scatterlist number of entries. 73 static unsigned int cc_get_sgl_nents(struct device *dev, in cc_get_sgl_nents() function 268 *nents = cc_get_sgl_nents(dev, sg, nbytes, lbytes); in cc_map_sg() 817 src_mapped_nents = cc_get_sgl_nents(dev, req->src, size_for_map, in cc_aead_chain_data() 856 dst_mapped_nents = cc_get_sgl_nents(dev, req->dst, size_for_map, in cc_aead_chain_data()
|
Completed in 4 milliseconds