Home
last modified time | relevance | path

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

1234567891011

/linux-6.12.1/lib/
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 …]
Dkfifo.c309 static unsigned int setup_sgl_buf(struct __kfifo *fifo, struct scatterlist *sgl, in setup_sgl_buf()
328 static unsigned int setup_sgl(struct __kfifo *fifo, struct scatterlist *sgl, in setup_sgl()
351 struct scatterlist *sgl, int nents, unsigned int len, in __kfifo_dma_in_prepare()
365 struct scatterlist *sgl, int nents, unsigned int len, in __kfifo_dma_out_prepare()
558 struct scatterlist *sgl, int nents, unsigned int len, size_t recsize, in __kfifo_dma_in_prepare_r()
582 struct scatterlist *sgl, int nents, unsigned int len, size_t recsize, in __kfifo_dma_out_prepare_r()
/linux-6.12.1/mm/
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-6.12.1/drivers/crypto/intel/qat/qat_common/
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-6.12.1/kernel/dma/
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()
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()
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-6.12.1/drivers/crypto/hisilicon/
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-6.12.1/drivers/xen/
Dswiotlb-xen.c326 xen_swiotlb_unmap_sg(struct device *hwdev, struct scatterlist *sgl, int nelems, in xen_swiotlb_unmap_sg()
341 xen_swiotlb_map_sg(struct device *dev, struct scatterlist *sgl, int nelems, in xen_swiotlb_map_sg()
365 xen_swiotlb_sync_sg_for_cpu(struct device *dev, struct scatterlist *sgl, in xen_swiotlb_sync_sg_for_cpu()
378 xen_swiotlb_sync_sg_for_device(struct device *dev, struct scatterlist *sgl, in xen_swiotlb_sync_sg_for_device()
/linux-6.12.1/arch/sparc/mm/
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()
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-6.12.1/drivers/gpu/drm/xe/
Dxe_res_cursor.h46 struct scatterlist *sgl; member
130 struct scatterlist *sgl = cur->sgl; in __xe_res_sg_next() local
/linux-6.12.1/tools/virtio/linux/
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-6.12.1/crypto/
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-6.12.1/include/linux/
Dkfifo.h731 #define kfifo_dma_in_prepare_mapped(fifo, sgl, nents, len, dma) \ argument
745 #define kfifo_dma_in_prepare(fifo, sgl, nents, len) \ argument
787 #define kfifo_dma_out_prepare_mapped(fifo, sgl, nents, len, dma) \ argument
801 #define kfifo_dma_out_prepare(fifo, sgl, nents, len) \ argument
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()
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/core/
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-6.12.1/drivers/target/
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-6.12.1/drivers/net/ethernet/intel/ixgbe/
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-6.12.1/drivers/scsi/esas2r/
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-6.12.1/lib/crypto/mpi/
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-6.12.1/drivers/scsi/elx/efct/
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-6.12.1/drivers/crypto/ccree/
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-6.12.1/drivers/gpu/drm/nouveau/include/nvif/
Dif000a.h20 struct scatterlist *sgl; member
/linux-6.12.1/drivers/dma/
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

1234567891011