Searched refs:in_mapped_nents (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | sg_split.c | 128 * @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, in sg_split() argument 179 if (in_mapped_nents) { in sg_split() 180 ret = sg_calculate_split(in, in_mapped_nents, nb_splits, skip, in sg_split()
|
/kernel/linux/linux-6.6/lib/ |
H A D | sg_split.c | 128 * @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, in sg_split() argument 179 if (in_mapped_nents) { in sg_split() 180 ret = sg_calculate_split(in, in_mapped_nents, nb_splits, skip, in sg_split()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | scatterlist.h | 279 int sg_split(struct scatterlist *in, const int in_mapped_nents,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | scatterlist.h | 425 int sg_split(struct scatterlist *in, const int in_mapped_nents,
|
Completed in 3 milliseconds