Home
last modified time | relevance | path

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

123456789

/linux/lib/
A Dscatterlist.c101 struct scatterlist *sg_last(struct scatterlist *sgl, unsigned int nents) in sg_last()
124 void sg_init_table(struct scatterlist *sgl, unsigned int nents) in sg_init_table()
197 struct scatterlist *sgl, *next; in __sg_free_table() local
602 struct scatterlist *sgl, *sg; in sgl_alloc_order() local
672 void sgl_free_n_order(struct scatterlist *sgl, int nents, int order) in sgl_free_n_order()
694 void sgl_free_order(struct scatterlist *sgl, int order) in sgl_free_order()
704 void sgl_free(struct scatterlist *sgl) in sgl_free()
994 size_t sg_copy_from_buffer(struct scatterlist *sgl, unsigned int nents, in sg_copy_from_buffer()
1011 size_t sg_copy_to_buffer(struct scatterlist *sgl, unsigned int nents, in sg_copy_to_buffer()
1047 size_t sg_pcopy_to_buffer(struct scatterlist *sgl, unsigned int nents, in sg_pcopy_to_buffer()
[all …]
A Dkfifo.c295 static int setup_sgl_buf(struct scatterlist *sgl, void *buf, in setup_sgl_buf()
334 static unsigned int setup_sgl(struct __kfifo *fifo, struct scatterlist *sgl, in setup_sgl()
357 struct scatterlist *sgl, int nents, unsigned int len) in __kfifo_dma_in_prepare()
370 struct scatterlist *sgl, int nents, unsigned int len) in __kfifo_dma_out_prepare()
549 struct scatterlist *sgl, int nents, unsigned int len, size_t recsize) in __kfifo_dma_in_prepare_r()
572 struct scatterlist *sgl, int nents, unsigned int len, size_t recsize) in __kfifo_dma_out_prepare_r()
/linux/mm/
A Dpage_reporting.c74 struct scatterlist *sgl, unsigned int nents, bool reported) in page_reporting_drain()
116 struct scatterlist *sgl, unsigned int *offset) in page_reporting_cycle()
229 struct scatterlist *sgl, struct zone *zone) in page_reporting_process_zone()
281 struct scatterlist *sgl; in page_reporting_process() local
/linux/kernel/dma/
A Ddirect.h30 struct scatterlist *sgl, int nents, enum dma_data_direction dir) in dma_direct_sync_sg_for_device()
44 struct scatterlist *sgl, int nents, enum dma_data_direction dir, in dma_direct_unmap_sg()
49 struct scatterlist *sgl, int nents, enum dma_data_direction dir) in dma_direct_sync_sg_for_cpu()
A Ddirect.c378 struct scatterlist *sgl, int nents, enum dma_data_direction dir) in dma_direct_sync_sg_for_device()
401 struct scatterlist *sgl, int nents, enum dma_data_direction dir) in dma_direct_sync_sg_for_cpu()
424 void dma_direct_unmap_sg(struct device *dev, struct scatterlist *sgl, in dma_direct_unmap_sg()
436 int dma_direct_map_sg(struct device *dev, struct scatterlist *sgl, int nents, in dma_direct_map_sg()
A Ddummy.c21 static int dma_dummy_map_sg(struct device *dev, struct scatterlist *sgl, in dma_dummy_map_sg()
/linux/drivers/crypto/hisilicon/
A Dsgl.c36 struct hisi_acc_hw_sgl *sgl; member
174 static void sg_map_to_hw_sg(struct scatterlist *sgl, in sg_map_to_hw_sg()
220 struct scatterlist *sgl, in hisi_acc_sg_buf_map_to_hw_sgl()
277 void hisi_acc_sg_buf_unmap(struct device *dev, struct scatterlist *sgl, in hisi_acc_sg_buf_unmap()
/linux/crypto/
A Daf_alg.c404 int af_alg_make_sg(struct af_alg_sgl *sgl, struct iov_iter *iter, int len) in af_alg_make_sg()
442 void af_alg_free_sg(struct af_alg_sgl *sgl) in af_alg_free_sg()
501 struct af_alg_tsgl *sgl; in af_alg_alloc_tsgl() local
542 const struct af_alg_tsgl *sgl; in af_alg_count_tsgl() local
599 struct af_alg_tsgl *sgl; in af_alg_pull_tsgl() local
836 struct af_alg_tsgl *sgl; in af_alg_sendmsg() local
994 struct af_alg_tsgl *sgl; in af_alg_sendpage() local
/linux/arch/sparc/mm/
A Diommu.c248 static int __sbus_iommu_map_sg(struct device *dev, struct scatterlist *sgl, in __sbus_iommu_map_sg()
266 static int sbus_iommu_map_sg_gflush(struct device *dev, struct scatterlist *sgl, in sbus_iommu_map_sg_gflush()
273 static int sbus_iommu_map_sg_pflush(struct device *dev, struct scatterlist *sgl, in sbus_iommu_map_sg_pflush()
298 static void sbus_iommu_unmap_sg(struct device *dev, struct scatterlist *sgl, in sbus_iommu_unmap_sg()
A Dio-unit.c162 static int iounit_map_sg(struct device *dev, struct scatterlist *sgl, int nents, in iounit_map_sg()
195 static void iounit_unmap_sg(struct device *dev, struct scatterlist *sgl, in iounit_unmap_sg()
/linux/drivers/xen/
A Dswiotlb-xen.c475 xen_swiotlb_unmap_sg(struct device *hwdev, struct scatterlist *sgl, int nelems, in xen_swiotlb_unmap_sg()
490 xen_swiotlb_map_sg(struct device *dev, struct scatterlist *sgl, int nelems, in xen_swiotlb_map_sg()
514 xen_swiotlb_sync_sg_for_cpu(struct device *dev, struct scatterlist *sgl, in xen_swiotlb_sync_sg_for_cpu()
527 xen_swiotlb_sync_sg_for_device(struct device *dev, struct scatterlist *sgl, in xen_swiotlb_sync_sg_for_device()
/linux/include/linux/
A Dscatterlist.h37 struct scatterlist *sgl; /* the list */ member
169 struct scatterlist *sgl) in __sg_chain()
195 struct scatterlist *sgl) in sg_chain()
267 static inline void sg_init_marker(struct scatterlist *sgl, in sg_init_marker()
/linux/tools/virtio/linux/
A Dscatterlist.h91 struct scatterlist *sgl) in sg_chain()
149 static inline void sg_init_table(struct scatterlist *sgl, unsigned int nents) in sg_init_table()
/linux/drivers/scsi/esas2r/
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/drivers/net/ethernet/intel/ixgbe/
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/target/
A Dtarget_core_file.c263 fd_execute_rw_aio(struct se_cmd *cmd, struct scatterlist *sgl, u32 sgl_nents, in fd_execute_rw_aio()
312 u32 block_size, struct scatterlist *sgl, in fd_do_rw()
588 fd_execute_rw_buffered(struct se_cmd *cmd, struct scatterlist *sgl, u32 sgl_nents, in fd_execute_rw_buffered()
672 fd_execute_rw(struct se_cmd *cmd, struct scatterlist *sgl, u32 sgl_nents, in fd_execute_rw()
/linux/drivers/scsi/elx/efct/
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/gpu/drm/nouveau/include/nvif/
A Dif000a.h20 struct scatterlist *sgl; member
/linux/drivers/crypto/ccree/
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()
796 struct scatterlist *sgl; in cc_aead_chain_data() local
/linux/drivers/net/ipa/
A Dgsi_trans.h61 struct scatterlist *sgl; member
/linux/drivers/crypto/hisilicon/sec/
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/sh/
A Dshdma-base.c561 struct scatterlist *sgl, unsigned int sg_len, dma_addr_t *addr, in shdma_prep_sg()
662 struct dma_chan *chan, struct scatterlist *sgl, unsigned int sg_len, in shdma_prep_slave_sg()
703 struct scatterlist *sgl; in shdma_prep_dma_cyclic() local
/linux/drivers/misc/genwqe/
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/spi/
A Dspi-dw-dma.c284 static int dw_spi_dma_submit_tx(struct dw_spi *dws, struct scatterlist *sgl, in dw_spi_dma_submit_tx()
385 static int dw_spi_dma_submit_rx(struct dw_spi *dws, struct scatterlist *sgl, in dw_spi_dma_submit_rx()
/linux/arch/mips/jazz/
A Djazzdma.c588 struct scatterlist *sgl, int nents, enum dma_data_direction dir) in jazz_dma_sync_sg_for_device()
598 struct scatterlist *sgl, int nents, enum dma_data_direction dir) in jazz_dma_sync_sg_for_cpu()

Completed in 52 milliseconds

123456789