Home
last modified time | relevance | path

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

/linux/lib/
H A Dsg_split.c149 struct scatterlist **out, int *out_mapped_nents, in sg_split() argument
186 if (out_mapped_nents) in sg_split()
187 out_mapped_nents[i] = splitters[i].nents; in sg_split()
/linux/drivers/crypto/ti/
H A Ddthev2-aes.c667 int out_mapped_nents[1]; in dthe_aead_prep_crypt() local
675 err = sg_split(sg, 0, assoclen, 1, split_sizes, out_sg, out_mapped_nents, GFP_ATOMIC); in dthe_aead_prep_crypt()