Home
last modified time | relevance | path

Searched defs:nents (Results 1 – 25 of 80) sorted by relevance

1234

/drivers/parisc/
Diommu-helpers.h15 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()
Dccio-rm-dma.c115 static int ccio_map_sg(struct pci_dev *dev, struct scatterlist *sglist, int nents, int direction) in ccio_map_sg()
131 static void ccio_unmap_sg(struct pci_dev *dev, struct scatterlist *sglist, int nents, int direction) in ccio_unmap_sg()
Dsba_iommu.c276 sba_dump_sg( struct ioc *ioc, struct scatterlist *startsg, int nents) in sba_dump_sg()
954 sba_map_sg(struct device *dev, struct scatterlist *sglist, int nents, in sba_map_sg()
1039 sba_unmap_sg(struct device *dev, struct scatterlist *sglist, int nents, in sba_unmap_sg()
/drivers/staging/ccree/
Dssi_buffer_mgr.c64 int nents[MAX_NUM_OF_BUFFERS_IN_MLLI]; member
81 unsigned int nents = 0; in ssi_buffer_mgr_get_sgl_nents() local
141 u32 nents, lbytes; in ssi_buffer_mgr_copy_scatterlist_portion() local
296 unsigned int nents, in ssi_buffer_mgr_add_scatterlist_entry()
320 ssi_buffer_mgr_dma_map_sg(struct device *dev, struct scatterlist *sg, u32 nents, in ssi_buffer_mgr_dma_map_sg()
351 u32 *nents, u32 max_sg_nents, in ssi_buffer_mgr_map_scatterlist()
731 unsigned int nents; in ssi_buffer_mgr_get_aead_icv_nents() local
Dssi_buffer_mgr.h42 unsigned int nents; //sg nents member
/drivers/iommu/
Ddma-iommu.c660 static int __finalise_sg(struct device *dev, struct scatterlist *sg, int nents, in __finalise_sg()
713 static void __invalidate_sg(struct scatterlist *sg, int nents) in __invalidate_sg()
736 int nents, int prot) in iommu_dma_map_sg()
806 void iommu_dma_unmap_sg(struct device *dev, struct scatterlist *sg, int nents, in iommu_dma_unmap_sg()
/drivers/misc/
Dtifm_core.c298 int tifm_map_sg(struct tifm_dev *sock, struct scatterlist *sg, int nents, in tifm_map_sg()
305 void tifm_unmap_sg(struct tifm_dev *sock, struct scatterlist *sg, int nents, in tifm_unmap_sg()
/drivers/pci/host/
Dvmd.c346 static int vmd_map_sg(struct device *dev, struct scatterlist *sg, int nents, in vmd_map_sg()
352 static void vmd_unmap_sg(struct device *dev, struct scatterlist *sg, int nents, in vmd_unmap_sg()
372 int nents, enum dma_data_direction dir) in vmd_sync_sg_for_cpu()
378 int nents, enum dma_data_direction dir) in vmd_sync_sg_for_device()
/drivers/crypto/cavium/nitrox/
Dnitrox_reqmgr.c198 int i, nents, ret = 0; in dma_map_inbufs() local
267 int i, nents, map_bufs_cnt, ret = 0; in dma_map_outbufs() local
/drivers/usb/storage/
Dprotocol.c144 unsigned int nents = scsi_sg_count(srb); in usb_stor_access_xfer_buf() local
/drivers/crypto/bcm/
Dutil.c65 unsigned int nents = sg_nents(src); in sg_copy_part_to_buf() local
84 unsigned int nents = sg_nents(dest); in sg_copy_part_from_buf() local
/drivers/crypto/qce/
Ddma.c83 int nents, unsigned long flags, in qce_dma_prep_sg()
/drivers/infiniband/hw/cxgb3/
Dcxio_dbg.c139 void cxio_dump_rqt(struct cxio_rdev *rdev, u32 hwtid, int nents) in cxio_dump_rqt()
/drivers/infiniband/core/
Drw.c73 u32 nents = min(sg_cnt, pages_per_mr); in rdma_rw_init_one_mr() local
124 u32 nents = min(sg_cnt, pages_per_mr); in rdma_rw_init_mr_wrs() local
/drivers/mmc/core/
Dsdio_ops.c126 unsigned int nents, left_size, i; in mmc_io_rw_extended() local
/drivers/infiniband/hw/usnic/
Dusnic_uiom.h80 int nents; member
/drivers/crypto/chelsio/
Dchcr_algo.c392 unsigned int nents = sg_param->nents, i, j = 0; in write_phys_cpl() local
1087 int bytes, nents, err = -EINVAL; in process_cipher() local
1842 int nents = 0; in is_newsg() local
1861 unsigned int nents) in alloc_new_sg()
1959 unsigned int kctx_len = 0, nents; in create_authenc_wr() local
2314 unsigned int dst_size = 0, kctx_len, nents; in create_aead_ccm_wr() local
2441 unsigned int dst_size = 0, kctx_len, nents, assoclen = req->assoclen; in create_gcm_wr() local
/drivers/scsi/libfc/
Dfc_libfc.c113 u32 *nents, size_t *offset, in fc_copy_buffer_to_sglist()
/drivers/gpu/drm/udl/
Dudl_dmabuf.c83 int nents, ret; in udl_map_dma_buf() local
/drivers/dma/
Dcoh901318_lli.c233 struct scatterlist *sgl, unsigned int nents, in coh901318_lli_fill_sg()
/drivers/crypto/mediatek/
Dmtk-aes.c196 int nents; in mtk_aes_check_aligned() local
234 int nents = dma->nents; in mtk_aes_restore_sg() local
285 int nents; in mtk_aes_xmit() local
/drivers/misc/mic/host/
Dmic_boot.c200 int nents, enum dma_data_direction dir, in __mic_dma_map_sg()
230 struct scatterlist *sg, int nents, in __mic_dma_unmap_sg()
/drivers/staging/android/ion/
Dion_heap.c118 static int ion_heap_sglist_zero(struct scatterlist *sgl, unsigned int nents, in ion_heap_sglist_zero()
/drivers/dma/hsu/
Dhsu.h74 unsigned int nents; member
/drivers/target/iscsi/cxgbit/
Dcxgbit_ddp.c156 unsigned int nents) in cxgbit_ddp_sgl_check()

1234