Searched refs:in_mapped_nents (Results 1 - 2 of 2) sorted by relevance

/linux-master/lib/
H A Dsg_split.c128 * @in_mapped_nents: the result of a dma_map_sg(in, ...), or 0 if not mapped.
134 * be NULL if sglist not already mapped (in_mapped_nents = 0)
148 int sg_split(struct scatterlist *in, const int in_mapped_nents, argument
179 if (in_mapped_nents) {
180 ret = sg_calculate_split(in, in_mapped_nents, nb_splits, skip,
/linux-master/include/linux/
H A Dscatterlist.h425 int sg_split(struct scatterlist *in, const int in_mapped_nents,

Completed in 154 milliseconds