Home
last modified time | relevance | path

Searched defs:sgl (Results 1 – 25 of 221) sorted by relevance

123456789

/linux/lib/
H A Dscatterlist.c82 int sg_nents_for_dma(struct scatterlist *sgl, unsigned int sglen, size_t len) in sg_nents_for_dma()
107 struct scatterlist *sg_last(struct scatterlist *sgl, unsigned int nents) in sg_last()
130 void sg_init_table(struct scatterlist *sgl, unsigned int nents) in sg_init_table()
202 struct scatterlist *sgl, *next; in __sg_free_table() local
618 struct scatterlist *sgl, *sg; in sgl_alloc_order() local
687 void sgl_free_n_order(struct scatterlist *sgl, int nents, int order) in sgl_free_n_order()
709 void sgl_free_order(struct scatterlist *sgl, int order) in sgl_free_order()
719 void sgl_free(struct scatterlist *sgl) in sgl_free()
802 void sg_miter_start(struct sg_mapping_iter *miter, struct scatterlist *sgl, in sg_miter_start()
968 size_t sg_copy_buffer(struct scatterlist *sgl, unsigned int nents, void *buf, in sg_copy_buffer()
[all …]
H A Dkfifo.c295 setup_sgl_buf(struct scatterlist * sgl,void * buf,int nents,unsigned int len) setup_sgl_buf() argument
334 setup_sgl(struct __kfifo * fifo,struct scatterlist * sgl,int nents,unsigned int len,unsigned int off) setup_sgl() argument
357 __kfifo_dma_in_prepare(struct __kfifo * fifo,struct scatterlist * sgl,int nents,unsigned int len) __kfifo_dma_in_prepare() argument
370 __kfifo_dma_out_prepare(struct __kfifo * fifo,struct scatterlist * sgl,int nents,unsigned int len) __kfifo_dma_out_prepare() argument
549 __kfifo_dma_in_prepare_r(struct __kfifo * fifo,struct scatterlist * sgl,int nents,unsigned int len,size_t recsize) __kfifo_dma_in_prepare_r() argument
572 __kfifo_dma_out_prepare_r(struct __kfifo * fifo,struct scatterlist * sgl,int nents,unsigned int len,size_t recsize) __kfifo_dma_out_prepare_r() argument
[all...]
/linux/mm/
H A Dpage_reporting.c106 struct scatterlist *sgl, unsigned int nents, bool reported) in page_reporting_drain()
148 struct scatterlist *sgl, unsigned int *offset) in page_reporting_cycle()
261 struct scatterlist *sgl, struct zone *zone) in page_reporting_process_zone()
313 struct scatterlist *sgl; in page_reporting_process() local
/linux/drivers/dma-buf/
H A Ddma-buf-mapping.c9 static struct scatterlist *fill_sg_entry(struct scatterlist *sgl, size_t length, in fill_sg_entry()
100 struct scatterlist *sgl; in dma_buf_phys_vec_to_sgt() local
236 struct scatterlist *sgl; in dma_buf_free_sgt() local
/linux/kernel/dma/
H A Ddirect.h32 struct scatterlist *sgl, int nents, enum dma_data_direction dir) in dma_direct_sync_sg_for_device()
46 struct scatterlist *sgl, int nents, enum dma_data_direction dir, in dma_direct_unmap_sg()
51 struct scatterlist *sgl, int nents, enum dma_data_direction dir) in dma_direct_sync_sg_for_cpu()
H A Ddummy.c29 static int dma_dummy_map_sg(struct device *dev, struct scatterlist *sgl, in dma_dummy_map_sg()
36 static void dma_dummy_unmap_sg(struct device *dev, struct scatterlist *sgl, in dma_dummy_unmap_sg()
H A Ddirect.c395 struct scatterlist *sgl, int nents, enum dma_data_direction dir) in dma_direct_sync_sg_for_device()
416 struct scatterlist *sgl, int nents, enum dma_data_direction dir) in dma_direct_sync_sg_for_cpu()
438 void dma_direct_unmap_sg(struct device *dev, struct scatterlist *sgl, in dma_direct_unmap_sg()
454 int dma_direct_map_sg(struct device *dev, struct scatterlist *sgl, int nents, in dma_direct_map_sg()
/linux/drivers/crypto/hisilicon/
H A Dsgl.c37 struct hisi_acc_hw_sgl *sgl; member
172 static void sg_map_to_hw_sg(struct scatterlist *sgl, in sg_map_to_hw_sg()
219 hisi_acc_sg_buf_map_to_hw_sgl(struct device *dev, struct scatterlist *sgl, in hisi_acc_sg_buf_map_to_hw_sgl()
278 void hisi_acc_sg_buf_unmap(struct device *dev, struct scatterlist *sgl, in hisi_acc_sg_buf_unmap()
/linux/drivers/xen/
H A Dswiotlb-xen.c346 xen_swiotlb_unmap_sg(struct device *hwdev, struct scatterlist *sgl, int nelems, in xen_swiotlb_unmap_sg()
361 xen_swiotlb_map_sg(struct device *dev, struct scatterlist *sgl, int nelems, in xen_swiotlb_map_sg()
385 xen_swiotlb_sync_sg_for_cpu(struct device *dev, struct scatterlist *sgl, in xen_swiotlb_sync_sg_for_cpu()
398 xen_swiotlb_sync_sg_for_device(struct device *dev, struct scatterlist *sgl, in xen_swiotlb_sync_sg_for_device()
/linux/arch/sparc/mm/
H A Diommu.c251 static int __sbus_iommu_map_sg(struct device *dev, struct scatterlist *sgl, in __sbus_iommu_map_sg()
269 static int sbus_iommu_map_sg_gflush(struct device *dev, struct scatterlist *sgl, in sbus_iommu_map_sg_gflush()
276 static int sbus_iommu_map_sg_pflush(struct device *dev, struct scatterlist *sgl, in sbus_iommu_map_sg_pflush()
301 static void sbus_iommu_unmap_sg(struct device *dev, struct scatterlist *sgl, in sbus_iommu_unmap_sg()
H A Dio-unit.c164 static int iounit_map_sg(struct device *dev, struct scatterlist *sgl, int nents, in iounit_map_sg()
198 static void iounit_unmap_sg(struct device *dev, struct scatterlist *sgl, in iounit_unmap_sg()
/linux/tools/virtio/linux/
H A Dscatterlist.h92 struct scatterlist *sgl) in sg_chain()
150 static inline void sg_init_table(struct scatterlist *sgl, unsigned int nents) in sg_init_table()
/linux/crypto/
H A Daf_alg.c544 void af_alg_free_sg(struct af_alg_sgl *sgl) in af_alg_free_sg() argument
609 struct af_alg_tsgl *sgl; af_alg_alloc_tsgl() local
650 const struct af_alg_tsgl *sgl; af_alg_count_tsgl() local
707 struct af_alg_tsgl *sgl; af_alg_pull_tsgl() local
944 struct af_alg_tsgl *sgl; af_alg_sendmsg() local
[all...]
/linux/drivers/gpu/drm/nouveau/nvkm/core/
H A Dfirmware.c151 struct scatterlist *sgl = nvkm_firmware_mem_sgl(memory); in nvkm_firmware_mem_size() local
268 struct scatterlist *sgl; in nvkm_firmware_ctor() local
/linux/drivers/target/
H A Dtarget_core_file.c266 fd_execute_rw_aio(struct se_cmd *cmd, struct scatterlist *sgl, u32 sgl_nents, in fd_execute_rw_aio()
313 u32 block_size, struct scatterlist *sgl, in fd_do_rw()
584 fd_execute_rw_buffered(struct se_cmd *cmd, struct scatterlist *sgl, u32 sgl_nents, in fd_execute_rw_buffered()
668 fd_execute_rw(struct se_cmd *cmd, struct scatterlist *sgl, u32 sgl_nents, in fd_execute_rw()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.c134 struct scatterlist *sgl, unsigned int sgc, in ixgbe_fcoe_ddp_setup()
345 struct scatterlist *sgl, unsigned int sgc) in ixgbe_fcoe_ddp_get()
366 struct scatterlist *sgl, unsigned int sgc) in ixgbe_fcoe_ddp_target()
/linux/drivers/scsi/esas2r/
H A Desas2r_io.c224 struct esas2r_mem_desc *sgl; in esas2r_build_sg_list_sge() local
376 struct esas2r_mem_desc *sgl; in esas2r_build_prd_iblk() local
/linux/lib/crypto/mpi/
H A Dmpicoder.c248 int mpi_write_to_sgl(MPI a, struct scatterlist *sgl, unsigned nbytes, in mpi_write_to_sgl()
331 MPI mpi_read_raw_from_sgl(struct scatterlist *sgl, unsigned int nbytes) in mpi_read_raw_from_sgl()
/linux/drivers/scsi/elx/efct/
H A Defct_scsi.c202 struct efct_scsi_sgl *sgl, u32 sgl_count, in efct_scsi_build_sgls()
619 struct efct_scsi_sgl *sgl, u32 sgl_count, u64 xwire_len, in efct_scsi_xfer_data()
712 struct efct_scsi_sgl *sgl, u32 sgl_count, u64 len, in efct_scsi_send_rd_data()
722 struct efct_scsi_sgl *sgl, u32 sgl_count, u64 len, in efct_scsi_recv_wr_data()
/linux/drivers/crypto/ccree/
H A Dcc_buffer_mgr.c17 struct scatterlist *sgl; member
155 static int cc_render_sg_to_mlli(struct device *dev, struct scatterlist *sgl, in cc_render_sg_to_mlli()
236 unsigned int nents, struct scatterlist *sgl, in cc_add_sg_entry()
805 struct scatterlist *sgl; in cc_aead_chain_data() local
/linux/drivers/mtd/nand/
H A Dqpic_common.c152 struct scatterlist *sgl; in qcom_prepare_bam_async_desc() local
364 struct scatterlist *sgl; in qcom_prep_adm_dma_desc() local
/linux/drivers/misc/genwqe/
H A Dcard_utils.c291 int genwqe_alloc_sync_sgl(struct genwqe_dev *cd, struct genwqe_sgl *sgl, in genwqe_alloc_sync_sgl()
374 int genwqe_setup_sgl(struct genwqe_dev *cd, struct genwqe_sgl *sgl, in genwqe_setup_sgl()
473 int genwqe_free_sync_sgl(struct genwqe_dev *cd, struct genwqe_sgl *sgl) in genwqe_free_sync_sgl()
/linux/drivers/crypto/hisilicon/sec/
H A Dsec_algs.c176 struct scatterlist *sgl, in sec_alloc_and_fill_hw_sgl()
568 static int sec_map_and_split_sg(struct scatterlist *sgl, size_t *split_sizes, in sec_map_and_split_sg()
615 static void sec_unmap_sg_on_err(struct scatterlist *sgl, int steps, in sec_unmap_sg_on_err()
/linux/drivers/dma/
H A Dloongson1-apb-dma.c217 struct scatterlist *sgl, unsigned int sg_len, in ls1x_dma_prep_lli()
296 ls1x_dma_prep_slave_sg(struct dma_chan *dchan, struct scatterlist *sgl, in ls1x_dma_prep_slave_sg()
323 struct scatterlist *sgl; in ls1x_dma_prep_dma_cyclic() local
/linux/drivers/dma/sh/
H A Dshdma-base.c574 struct scatterlist *sgl, unsigned int sg_len, dma_addr_t *addr, in shdma_prep_sg()
674 struct dma_chan *chan, struct scatterlist *sgl, unsigned int sg_len, in shdma_prep_slave_sg()
715 struct scatterlist *sgl; in shdma_prep_dma_cyclic() local

123456789