Home
last modified time | relevance | path

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

12345678

/linux/lib/
H A Dscatterlist.c104 struct scatterlist *sg_last(struct scatterlist *sgl, unsigned int nents) in sg_last()
127 void sg_init_table(struct scatterlist *sgl, unsigned int nents) in sg_init_table()
200 struct scatterlist *sgl, *next; in __sg_free_table() local
616 struct scatterlist *sgl, *sg; in sgl_alloc_order() local
686 void sgl_free_n_order(struct scatterlist *sgl, int nents, int order) in sgl_free_n_order()
708 void sgl_free_order(struct scatterlist *sgl, int order) in sgl_free_order()
718 void sgl_free(struct scatterlist *sgl) in sgl_free()
801 void sg_miter_start(struct sg_mapping_iter *miter, struct scatterlist *sgl, in sg_miter_start()
963 size_t sg_copy_buffer(struct scatterlist *sgl, unsigned int nents, void *buf, in sg_copy_buffer()
1009 size_t sg_copy_from_buffer(struct scatterlist *sgl, unsigned int nents, in sg_copy_from_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/crypto/intel/qat/qat_common/
H A Dqat_bl.c51 struct scatterlist *sgl, in __qat_bl_sgl_to_bufl()
232 struct scatterlist *sgl, in qat_bl_sgl_to_bufl()
269 struct scatterlist *sgl, in qat_bl_sgl_map()
323 struct scatterlist *sgl, in qat_bl_sgl_free_unmap()
338 struct scatterlist **sgl, in qat_bl_sgl_alloc_map()
/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.c30 static int dma_dummy_map_sg(struct device *dev, struct scatterlist *sgl, in dma_dummy_map_sg()
37 static void dma_dummy_unmap_sg(struct device *dev, struct scatterlist *sgl, in dma_dummy_unmap_sg()
H A Ddirect.c399 struct scatterlist *sgl, int nents, enum dma_data_direction dir) in dma_direct_sync_sg_for_device()
420 struct scatterlist *sgl, int nents, enum dma_data_direction dir) in dma_direct_sync_sg_for_cpu()
445 void dma_direct_unmap_sg(struct device *dev, struct scatterlist *sgl, in dma_direct_unmap_sg()
461 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 struct scatterlist *sgl, in hisi_acc_sg_buf_map_to_hw_sgl()
282 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.c330 xen_swiotlb_unmap_sg(struct device *hwdev, struct scatterlist *sgl, int nelems, in xen_swiotlb_unmap_sg()
345 xen_swiotlb_map_sg(struct device *dev, struct scatterlist *sgl, int nelems, in xen_swiotlb_map_sg()
369 xen_swiotlb_sync_sg_for_cpu(struct device *dev, struct scatterlist *sgl, in xen_swiotlb_sync_sg_for_cpu()
382 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.c249 static int __sbus_iommu_map_sg(struct device *dev, struct scatterlist *sgl, in __sbus_iommu_map_sg()
267 static int sbus_iommu_map_sg_gflush(struct device *dev, struct scatterlist *sgl, in sbus_iommu_map_sg_gflush()
274 static int sbus_iommu_map_sg_pflush(struct device *dev, struct scatterlist *sgl, in sbus_iommu_map_sg_pflush()
299 static void sbus_iommu_unmap_sg(struct device *dev, struct scatterlist *sgl, in sbus_iommu_unmap_sg()
H A Dio-unit.c163 static int iounit_map_sg(struct device *dev, struct scatterlist *sgl, int nents, in iounit_map_sg()
196 static void iounit_unmap_sg(struct device *dev, struct scatterlist *sgl, in iounit_unmap_sg()
/linux/drivers/gpu/drm/xe/
H A Dxe_res_cursor.h46 struct scatterlist *sgl; member
130 struct scatterlist *sgl = cur->sgl; in __xe_res_sg_next() local
/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()
609 struct af_alg_tsgl *sgl; in af_alg_alloc_tsgl() local
650 const struct af_alg_tsgl *sgl; in af_alg_count_tsgl() local
707 struct af_alg_tsgl *sgl; in af_alg_pull_tsgl() local
944 struct af_alg_tsgl *sgl; in af_alg_sendmsg() local
/linux/include/linux/
H A Dscatterlist.h40 struct scatterlist *sgl; /* the list */ member
213 struct scatterlist *sgl) in __sg_chain()
239 struct scatterlist *sgl) in sg_chain()
413 static inline void sg_init_marker(struct scatterlist *sgl, in sg_init_marker()
H A Dkfifo.h730 #define kfifo_dma_in_prepare_mapped(fifo, sgl, nents, len, dma) \ argument
744 #define kfifo_dma_in_prepare(fifo, sgl, nents, len) \ argument
786 #define kfifo_dma_out_prepare_mapped(fifo, sgl, nents, len, dma) \ argument
800 #define kfifo_dma_out_prepare(fifo, sgl, nents, len) \ argument
/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.c247 int mpi_write_to_sgl(MPI a, struct scatterlist *sgl, unsigned nbytes, in mpi_write_to_sgl()
330 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/gpu/drm/nouveau/include/nvif/
H A Dif000a.h20 struct scatterlist *sgl; member
/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()

12345678