Lines Matching refs:nents
291 int nents, enum dma_data_direction direction)
294 than <nents> passed in if some elements of the scatter/gather list are
309 int i, count = dma_map_sg(dev, sglist, nents, direction);
317 where nents is the number of entries in the sglist.
324 Then you should loop count times (note: this can be less than nents times)
330 int nents, enum dma_data_direction direction)
336 Note: <nents> must be the number you passed in, *not* the number of
346 dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, int nents,
349 dma_sync_sg_for_device(struct device *dev, struct scatterlist *sg, int nents,
381 int nents, enum dma_data_direction dir,
386 int nents, enum dma_data_direction dir,
416 n = dma_map_sg_attrs(dev, sg, nents, DMA_TO_DEVICE, &attr);