Home
last modified time | relevance | path

Searched defs:sgl (Results 76 - 100 of 458) sorted by relevance

12345678910>>...19

/kernel/linux/linux-5.10/drivers/dma/
H A Duniphier-mdmac.c53 struct scatterlist *sgl; member
230 uniphier_mdmac_prep_slave_sg(struct dma_chan *chan, struct scatterlist *sgl, in uniphier_mdmac_prep_slave_sg() argument
H A Didma64.c292 idma64_prep_slave_sg( struct dma_chan *chan, struct scatterlist *sgl, unsigned int sg_len, enum dma_transfer_direction direction, unsigned long flags, void *context) idma64_prep_slave_sg() argument
/kernel/linux/linux-5.10/crypto/
H A Dadiantum.c246 adiantum_hash_message(struct skcipher_request *req, struct scatterlist *sgl, le128 *digest) adiantum_hash_message() argument
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H A Dibmebus.c106 ibmebus_map_sg(struct device *dev, struct scatterlist *sgl, int nents, enum dma_data_direction direction, unsigned long attrs) ibmebus_map_sg() argument
/kernel/linux/linux-5.10/arch/sparc/mm/
H A Diommu.c248 static int __sbus_iommu_map_sg(struct device *dev, struct scatterlist *sgl, in __sbus_iommu_map_sg() argument
266 static int sbus_iommu_map_sg_gflush(struct device *dev, struct scatterlist *sgl, in sbus_iommu_map_sg_gflush() argument
273 static int sbus_iommu_map_sg_pflush(struct device *dev, struct scatterlist *sgl, in sbus_iommu_map_sg_pflush() argument
298 static void sbus_iommu_unmap_sg(struct device *dev, struct scatterlist *sgl, in sbus_iommu_unmap_sg() argument
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/gpmi-nand/
H A Dgpmi-nand.h110 struct scatterlist sgl; member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.c133 ixgbe_fcoe_ddp_setup(struct net_device *netdev, u16 xid, struct scatterlist *sgl, unsigned int sgc, int target_mode) ixgbe_fcoe_ddp_setup() argument
344 ixgbe_fcoe_ddp_get(struct net_device *netdev, u16 xid, struct scatterlist *sgl, unsigned int sgc) ixgbe_fcoe_ddp_get() argument
365 ixgbe_fcoe_ddp_target(struct net_device *netdev, u16 xid, struct scatterlist *sgl, unsigned int sgc) ixgbe_fcoe_ddp_target() argument
[all...]
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Dibmebus.c108 ibmebus_map_sg(struct device *dev, struct scatterlist *sgl, int nents, enum dma_data_direction direction, unsigned long attrs) ibmebus_map_sg() argument
/kernel/linux/linux-6.6/arch/sparc/mm/
H A Diommu.c249 static int __sbus_iommu_map_sg(struct device *dev, struct scatterlist *sgl, in __sbus_iommu_map_sg() argument
267 static int sbus_iommu_map_sg_gflush(struct device *dev, struct scatterlist *sgl, in sbus_iommu_map_sg_gflush() argument
274 static int sbus_iommu_map_sg_pflush(struct device *dev, struct scatterlist *sgl, in sbus_iommu_map_sg_pflush() argument
299 static void sbus_iommu_unmap_sg(struct device *dev, struct scatterlist *sgl, in sbus_iommu_unmap_sg() argument
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dmxs-mmc.c220 struct scatterlist * sgl; in mxs_mmc_prep_dma() local
349 struct scatterlist *sgl = data->sg, *sg; in mxs_mmc_adtc() local
/kernel/linux/linux-5.10/include/linux/
H A Dscatterlist.h43 struct scatterlist *sgl; /* the list */ member
168 __sg_chain(struct scatterlist *chain_sg, struct scatterlist *sgl) __sg_chain() argument
194 sg_chain(struct scatterlist *prv, unsigned int prv_nents, struct scatterlist *sgl) sg_chain() argument
267 sg_init_marker(struct scatterlist *sgl, unsigned int nents) sg_init_marker() argument
[all...]
/kernel/linux/linux-5.10/drivers/xen/
H A Dswiotlb-xen.c490 xen_swiotlb_unmap_sg(struct device *hwdev, struct scatterlist *sgl, int nelems, in xen_swiotlb_unmap_sg() argument
505 xen_swiotlb_map_sg(struct device *dev, struct scatterlist *sgl, int nelems, in xen_swiotlb_map_sg() argument
529 xen_swiotlb_sync_sg_for_cpu(struct device *dev, struct scatterlist *sgl, in xen_swiotlb_sync_sg_for_cpu() argument
542 xen_swiotlb_sync_sg_for_device(struct device *dev, struct scatterlist *sgl, in xen_swiotlb_sync_sg_for_device() argument
[all...]
/kernel/linux/linux-5.10/include/crypto/
H A Dif_alg.h78 struct af_alg_sgl sgl; member
/kernel/linux/linux-5.10/drivers/scsi/esas2r/
H A Desas2r_init.c794 struct esas2r_mem_desc *sgl; in esas2r_init_adapter_struct() local
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-dw-dma.c287 static int dw_spi_dma_submit_tx(struct dw_spi *dws, struct scatterlist *sgl, in dw_spi_dma_submit_tx() argument
388 static int dw_spi_dma_submit_rx(struct dw_spi *dws, struct scatterlist *sgl, in dw_spi_dma_submit_rx() argument
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/gpmi-nand/
H A Dgpmi-nand.h114 struct scatterlist sgl; member
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dmxs-mmc.c219 struct scatterlist * sgl; in mxs_mmc_prep_dma() local
348 struct scatterlist *sgl = data->sg, *sg; in mxs_mmc_adtc() local
/kernel/linux/linux-6.6/include/crypto/
H A Dif_alg.h60 struct scatterlist sgl[ALG_MAX_PAGES + 1]; member
76 struct af_alg_sgl sgl; member
/kernel/linux/linux-6.6/drivers/scsi/elx/efct/
H A Defct_scsi.c201 efct_scsi_build_sgls(struct efct_hw *hw, struct efct_hw_io *hio, struct efct_scsi_sgl *sgl, u32 sgl_count, enum efct_hw_io_type type) efct_scsi_build_sgls() argument
618 efct_scsi_xfer_data(struct efct_io *io, u32 flags, struct efct_scsi_sgl *sgl, u32 sgl_count, u64 xwire_len, enum efct_hw_io_type type, int enable_ar, efct_scsi_io_cb_t cb, void *arg) efct_scsi_xfer_data() argument
711 efct_scsi_send_rd_data(struct efct_io *io, u32 flags, struct efct_scsi_sgl *sgl, u32 sgl_count, u64 len, efct_scsi_io_cb_t cb, void *arg) efct_scsi_send_rd_data() argument
721 efct_scsi_recv_wr_data(struct efct_io *io, u32 flags, struct efct_scsi_sgl *sgl, u32 sgl_count, u64 len, efct_scsi_io_cb_t cb, void *arg) efct_scsi_recv_wr_data() argument
[all...]
H A Defct_io.h110 struct efct_scsi_sgl *sgl; member
/kernel/linux/linux-6.6/drivers/vfio/pci/pds/
H A Ddirty.c132 struct pds_lm_sg_elem *sgl; in __pds_vfio_dirty_alloc_sgl() local
[all...]
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-dw-dma.c339 static int dw_spi_dma_submit_tx(struct dw_spi *dws, struct scatterlist *sgl, in dw_spi_dma_submit_tx() argument
440 static int dw_spi_dma_submit_rx(struct dw_spi *dws, struct scatterlist *sgl, in dw_spi_dma_submit_rx() argument
/kernel/linux/linux-6.6/kernel/dma/
H A Ddirect.c459 void dma_direct_unmap_sg(struct device *dev, struct scatterlist *sgl, in dma_direct_unmap_sg() argument
475 int dma_direct_map_sg(struct device *dev, struct scatterlist *sgl, int nents, in dma_direct_map_sg() argument
408 dma_direct_sync_sg_for_device(struct device *dev, struct scatterlist *sgl, int nents, enum dma_data_direction dir) dma_direct_sync_sg_for_device() argument
431 dma_direct_sync_sg_for_cpu(struct device *dev, struct scatterlist *sgl, int nents, enum dma_data_direction dir) dma_direct_sync_sg_for_cpu() argument
[all...]
/kernel/linux/linux-6.6/drivers/dma/
H A Didma64.c296 idma64_prep_slave_sg( struct dma_chan *chan, struct scatterlist *sgl, unsigned int sg_len, enum dma_transfer_direction direction, unsigned long flags, void *context) idma64_prep_slave_sg() argument
H A Duniphier-mdmac.c53 struct scatterlist *sgl; member
230 uniphier_mdmac_prep_slave_sg(struct dma_chan *chan, struct scatterlist *sgl, in uniphier_mdmac_prep_slave_sg() argument

Completed in 20 milliseconds

12345678910>>...19