Searched refs:nents (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dscatterlist.h53 unsigned int nents; member in struct:sg_table
62 unsigned int nents; member in struct:sg_page_iter::__anon2
87 #define for_each_sg_page(sgl, iter, nents, pgoffset) \
88 for (_sg_iter_init(sgl, iter, nents, pgoffset); \
90 #define for_each_sg_dma_page(sgl, iter, nents, pgoffset) \
91 for_each_sg_page(sgl, &(iter)->base, nents, pgoffset)
173 sg_init_table(struct scatterlist *sg, unsigned int nents) argument
175 bzero(sg, sizeof(*sg) * nents);
176 sg_mark_end(&sg[nents - 1]);
180 sg_kmalloc(unsigned int nents, gfp_ argument
189 sg_kfree(struct scatterlist *sg, unsigned int nents) argument
238 __sg_alloc_table(struct sg_table *table, unsigned int nents, unsigned int max_ents, struct scatterlist *first_chunk, gfp_t gfp_mask, sg_alloc_fn *alloc_fn) argument
293 sg_alloc_table(struct sg_table *table, unsigned int nents, gfp_t gfp_mask) argument
366 int nents; local
374 __sg_page_iter_start(struct sg_page_iter *piter, struct scatterlist *sglist, unsigned int nents, unsigned long pgoffset) argument
444 _sg_iter_init(struct scatterlist *sgl, struct sg_page_iter *iter, unsigned int nents, unsigned long pgoffset) argument
[all...]
H A Ddma-mapping.h69 int nents, enum dma_data_direction dir, struct dma_attrs *attrs);
70 void (*unmap_sg)(struct device *dev, struct scatterlist *sg, int nents,
83 int nents, enum dma_data_direction dir);
85 int nents, enum dma_data_direction dir);
197 dma_map_sg_attrs(struct device *dev, struct scatterlist *sgl, int nents, argument
203 for_each_sg(sgl, sg, nents, i)
206 return (nents);
210 dma_unmap_sg_attrs(struct device *dev, struct scatterlist *sg, int nents, argument
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_prime.c44 int nents; local
48 nents = dma_map_sg(attachment->dev, sg->sgl, sg->nents, dir);
56 dma_unmap_sg(attachment->dev, sg->sgl, sg->nents, dir);
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_verbs.h1797 struct scatterlist *sg, int nents,
1800 struct scatterlist *sg, int nents,
1803 struct scatterlist *sg, int nents,
1807 struct scatterlist *sg, int nents,
3052 * @nents: The number of scatter/gather entries
3056 struct scatterlist *sg, int nents,
3060 return dev->dma_ops->map_sg(dev, sg, nents, direction);
3061 return dma_map_sg(dev->dma_device, sg, nents, direction);
3068 * @nents: The number of scatter/gather entries
3072 struct scatterlist *sg, int nents,
3055 ib_dma_map_sg(struct ib_device *dev, struct scatterlist *sg, int nents, enum dma_data_direction direction) argument
3071 ib_dma_unmap_sg(struct ib_device *dev, struct scatterlist *sg, int nents, enum dma_data_direction direction) argument
3081 ib_dma_map_sg_attrs(struct ib_device *dev, struct scatterlist *sg, int nents, enum dma_data_direction direction, struct dma_attrs *dma_attrs) argument
3094 ib_dma_unmap_sg_attrs(struct ib_device *dev, struct scatterlist *sg, int nents, enum dma_data_direction direction, struct dma_attrs *dma_attrs) argument
[all...]
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_dbg.c204 void cxio_dump_rqt(struct cxio_rdev *rdev, uint32_t hwtid, int nents) argument
207 int size = nents * 64;
H A Diw_cxgb_hal.h183 void cxio_dump_rqt(struct cxio_rdev *rdev, u32 hwtid, int nents);
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_gem_gtt.c432 obj->pages->sgl, obj->pages->nents,
522 obj->pages->sgl, obj->pages->nents,
/freebsd-11-stable/usr.sbin/syslogd/
H A Dsyslogd.c2332 int i, nents; local
2363 nents = scandir(p, &ent, configfiles, alphasort);
2364 if (nents == -1) {
2369 for (i = 0; i < nents; i++) {
/freebsd-11-stable/sys/powerpc/booke/
H A Dpmap.c3348 int idx, nents; local
3378 nents = idx;
3386 for (idx = 0; idx < nents; idx++) {

Completed in 107 milliseconds