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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Ddma-debug.c1012 int nents, int mapped_ents, int direction)
1021 for_each_sg(sg, s, mapped_ents, i) {
1033 entry->sg_mapped_ents = mapped_ents;
1051 int mapped_ents; local
1055 mapped_ents = 0;
1058 mapped_ents = entry->sg_mapped_ents;
1061 return mapped_ents;
1068 int mapped_ents = 0, i; local
1085 if (mapped_ents && i >= mapped_ents)
1011 debug_dma_map_sg(struct device *dev, struct scatterlist *sg, int nents, int mapped_ents, int direction) argument
1226 int mapped_ents = 0, i; local
1258 int mapped_ents = 0, i; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Ddma-debug.h46 int nents, int mapped_ents, int direction);
115 int nents, int mapped_ents, int direction)
114 debug_dma_map_sg(struct device *dev, struct scatterlist *sg, int nents, int mapped_ents, int direction) argument

Completed in 56 milliseconds