/drivers/spi/ |
D | spi-dw-dma.c | 240 u32 nents; in dw_spi_dma_wait_tx_done() local 288 unsigned int nents) in dw_spi_dma_submit_tx() 325 u32 nents; in dw_spi_dma_wait_rx_done() local 389 unsigned int nents) in dw_spi_dma_submit_rx() 588 unsigned int nents; in dw_spi_dma_transfer() local
|
/drivers/parisc/ |
D | iommu-helpers.h | 15 iommu_fill_pdir(struct ioc *ioc, struct scatterlist *startsg, int nents, in iommu_fill_pdir() 102 struct scatterlist *startsg, int nents, in iommu_coalesce_chunks()
|
D | sba_iommu.c | 274 sba_dump_sg( struct ioc *ioc, struct scatterlist *startsg, int nents) in sba_dump_sg() 939 sba_map_sg(struct device *dev, struct scatterlist *sglist, int nents, in sba_map_sg() 1023 sba_unmap_sg(struct device *dev, struct scatterlist *sglist, int nents, in sba_unmap_sg()
|
/drivers/gpu/drm/virtio/ |
D | virtgpu_object.c | 142 unsigned int *nents) in virtio_gpu_object_shmem_init() 211 unsigned int nents; in virtio_gpu_object_create() local
|
D | virtgpu_gem.c | 156 struct virtio_gpu_object_array *virtio_gpu_array_alloc(u32 nents) in virtio_gpu_array_alloc() 175 virtio_gpu_array_from_handles(struct drm_file *drm_file, u32 *handles, u32 nents) in virtio_gpu_array_from_handles()
|
/drivers/crypto/ccree/ |
D | cc_buffer_mgr.c | 25 int nents[MAX_NUM_OF_BUFFERS_IN_MLLI]; member 77 unsigned int nents = 0; in cc_get_sgl_nents() local 109 u32 nents; in cc_copy_sg_portion() local 236 unsigned int nents, struct scatterlist *sgl, in cc_add_sg_entry() 256 unsigned int nbytes, int direction, u32 *nents, in cc_map_sg()
|
D | cc_buffer_mgr.h | 29 unsigned int nents; //sg nents member
|
/drivers/pci/ |
D | p2pdma.c | 790 unsigned int *nents, u32 length) in pci_p2pmem_alloc_sgl() 864 struct device *dev, struct scatterlist *sg, int nents) in __pci_p2pdma_map_sg() 905 int nents, enum dma_data_direction dir, unsigned long attrs) in pci_p2pdma_map_sg_attrs() 938 int nents, enum dma_data_direction dir, unsigned long attrs) in pci_p2pdma_unmap_sg_attrs()
|
/drivers/misc/ |
D | tifm_core.c | 294 int tifm_map_sg(struct tifm_dev *sock, struct scatterlist *sg, int nents, in tifm_map_sg() 301 void tifm_unmap_sg(struct tifm_dev *sock, struct scatterlist *sg, int nents, in tifm_unmap_sg()
|
/drivers/crypto/cavium/nitrox/ |
D | nitrox_reqmgr.c | 161 int i, nents, ret = 0; in dma_map_inbufs() local 189 int nents, ret = 0; in dma_map_outbufs() local
|
D | nitrox_skcipher.c | 211 int nents = sg_nents(skreq->src) + 1; in alloc_src_sglist() local 229 int nents = sg_nents(skreq->dst) + 3; in alloc_dst_sglist() local
|
D | nitrox_req.h | 551 static inline void *alloc_req_buf(int nents, int extralen, gfp_t gfp) in alloc_req_buf() 617 int nents, int ivsize) in alloc_src_req_buf() 639 int nents, int ivsize, in nitrox_creq_set_src_sg() 663 int nents) in alloc_dst_req_buf() 697 int nents, int ivsize, in nitrox_creq_set_dst_sg()
|
D | nitrox_aead.c | 98 int nents = sg_nents_for_len(src, buflen); in alloc_src_sglist() local 120 int nents = sg_nents_for_len(dst, buflen); in alloc_dst_sglist() local
|
/drivers/crypto/bcm/ |
D | util.c | 54 unsigned int nents = sg_nents(src); in sg_copy_part_to_buf() local 73 unsigned int nents = sg_nents(dest); in sg_copy_part_from_buf() local
|
/drivers/usb/storage/ |
D | protocol.c | 128 unsigned int nents = scsi_sg_count(srb); in usb_stor_access_xfer_buf() local
|
/drivers/hwtracing/intel_th/ |
D | msu-sink.c | 54 unsigned int nents; in msu_sink_alloc_window() local
|
/drivers/crypto/qce/ |
D | dma.c | 78 int nents, unsigned long flags, in qce_dma_prep_sg()
|
/drivers/iommu/ |
D | dma-iommu.c | 813 static int __finalise_sg(struct device *dev, struct scatterlist *sg, int nents, in __finalise_sg() 866 static void __invalidate_sg(struct scatterlist *sg, int nents) in __invalidate_sg() 889 int nents, enum dma_data_direction dir, unsigned long attrs) in iommu_dma_map_sg() 967 int nents, enum dma_data_direction dir, unsigned long attrs) in iommu_dma_unmap_sg()
|
/drivers/mmc/core/ |
D | sdio_ops.c | 122 unsigned int nents, left_size, i; in mmc_io_rw_extended() local
|
/drivers/infiniband/hw/usnic/ |
D | usnic_uiom.h | 79 int nents; member
|
/drivers/infiniband/core/ |
D | rw.c | 96 u32 nents = min(sg_cnt, pages_per_mr); in rdma_rw_init_one_mr() local 141 u32 nents = min(sg_cnt, pages_per_mr); in rdma_rw_init_mr_wrs() local
|
/drivers/staging/media/ipu3/ |
D | ipu3-dmamap.c | 185 int nents, struct imgu_css_map *map) in imgu_dmamap_map_sg()
|
/drivers/staging/android/ion/ |
D | ion_buffer.c | 108 static int ion_sglist_zero(struct scatterlist *sgl, unsigned int nents, in ion_sglist_zero()
|
/drivers/scsi/libfc/ |
D | fc_libfc.c | 101 u32 *nents, size_t *offset, in fc_copy_buffer_to_sglist()
|
/drivers/crypto/mediatek/ |
D | mtk-aes.c | 193 int nents; in mtk_aes_check_aligned() local 231 int nents = dma->nents; in mtk_aes_restore_sg() local 266 int nents; in mtk_aes_xmit() local
|