Home
last modified time | relevance | path

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

/linux/drivers/crypto/ccree/
H A Dcc_buffer_mgr.c75 unsigned int nbytes, u32 *lbytes) in cc_get_sgl_nents() argument
79 *lbytes = 0; in cc_get_sgl_nents()
84 *lbytes = nbytes; in cc_get_sgl_nents()
90 dev_dbg(dev, "nents %d last bytes %d\n", nents, *lbytes); in cc_get_sgl_nents()
257 u32 max_sg_nents, u32 *lbytes, u32 *mapped_nents) in cc_map_sg() argument
263 *lbytes = 0; in cc_map_sg()
268 *nents = cc_get_sgl_nents(dev, sg, nbytes, lbytes); in cc_map_sg()