Home
last modified time | relevance | path

Searched refs:scatter (Results 1 – 25 of 98) sorted by relevance

1234

/linux-6.15/drivers/infiniband/hw/mlx4/
H A Dsrq.c81 struct mlx4_wqe_data_seg *scatter; in mlx4_ib_create_srq() local
157 for (scatter = (void *) (next + 1); in mlx4_ib_create_srq()
158 (void *) scatter < (void *) next + desc_size; in mlx4_ib_create_srq()
159 ++scatter) in mlx4_ib_create_srq()
160 scatter->lkey = cpu_to_be32(MLX4_INVALID_LKEY); in mlx4_ib_create_srq()
/linux-6.15/drivers/scsi/aic94xx/
H A Daic94xx_task.c49 void *p = task->scatter; in asd_map_scatterlist()
67 num_sg = dma_map_sg(&asd_ha->pcidev->dev, task->scatter, in asd_map_scatterlist()
82 for_each_sg(task->scatter, sc, num_sg, i) { in asd_map_scatterlist()
91 for_each_sg(task->scatter, sc, 2, i) { in asd_map_scatterlist()
103 for_each_sg(task->scatter, sc, num_sg, i) { in asd_map_scatterlist()
114 dma_unmap_sg(&asd_ha->pcidev->dev, task->scatter, in asd_map_scatterlist()
137 dma_unmap_sg(&asd_ha->pcidev->dev, task->scatter, in asd_unmap_scatterlist()
/linux-6.15/drivers/crypto/cavium/zip/
H A Dzip_device.h63 union zip_zptr_s *scatter; member
/linux-6.15/Documentation/driver-api/fpga/
H A Dfpga-mgr.rst13 The FPGA image to be programmed can be in a scatter gather list, a single
15 memory for the buffer should be avoided, users are encouraged to use a scatter
97 whole buffer will be passed into .parse_header. If image is in scatter-gather
114 scatter list. This interface is suitable for drivers which use DMA.
H A Dfpga-programming.rst55 if (image is in a scatter gather table) {
57 info->sgt = [your scatter gather table]
H A Dfpga-region.rst31 * pointers to the image as either a scatter-gather buffer, a contiguous
/linux-6.15/drivers/infiniband/hw/mthca/
H A Dmthca_srq.c157 struct mthca_data_seg *scatter; in mthca_alloc_srq_buf() local
195 for (scatter = wqe + sizeof (struct mthca_next_seg); in mthca_alloc_srq_buf()
196 (void *) scatter < wqe + (1 << srq->wqe_shift); in mthca_alloc_srq_buf()
197 ++scatter) in mthca_alloc_srq_buf()
198 scatter->lkey = cpu_to_be32(MTHCA_INVAL_LKEY); in mthca_alloc_srq_buf()
/linux-6.15/drivers/message/fusion/
H A DKconfig65 int "Maximum number of scatter gather entries (16 - 128)"
69 This option allows you to specify the maximum number of scatter-
/linux-6.15/drivers/scsi/mpt3sas/
H A DKconfig58 This option allows you to specify the maximum number of scatter-
70 This option allows you to specify the maximum number of scatter-
/linux-6.15/Documentation/scsi/
H A Dst.rst264 scatter/gather segments permitted by the HBA
301 supporting scatter/gather), buffer allocation is using the following
305 those not supporting scatter/gather. The size of this buffer will be
312 2. The scatter/gather segments to fill the specified buffer size are
318 number of scatter/gather segments allowed for the SCSI adapter is not
319 exceeded if it is smaller than the maximum number of scatter/gather
346 max_sg_segs=xxx the maximum number of scatter/gather
362 with 'st.'. For instance, to set the maximum number of scatter/gather
364 number of scatter/gather segments).
383 - dd is the maximum number of scatter/gather segments
H A Dlibsas.rst373 scatter -- pointer to scatter gather list array
374 num_scatter -- number of elements in scatter
/linux-6.15/Documentation/driver-api/dmaengine/
H A Dprovider.rst50 scatter-gather.
53 scatter-gather. So we're left with two cases here: either we have a
56 that implements in hardware scatter-gather.
167 transmitted. That means the number and size of the scatter-gather buffers in
170 total size of the two scatter-gather list buffers.
228 scatter-gather transfers.
236 simply build a scatter list with only one item.
H A Dpxa_dma.rst46 b) Transfer anatomy for a scatter-gather transfer
58 element to the video buffer scatter gather
/linux-6.15/Documentation/devicetree/bindings/dma/
H A Dfsl-qdma.yaml73 If present registers and hardware scatter/gather descriptors
/linux-6.15/drivers/atm/
H A Dnicstarmac.copyright21 * expects the Linux ATM stack to support scatter-gather lists
/linux-6.15/drivers/crypto/amcc/
H A Dcrypto4xx_sa.h87 u32 scatter:1; member
H A Dcrypto4xx_core.c528 if (pd_uinfo->sa_va->sa_command_0.bf.scatter) { in crypto4xx_cipher_done()
581 if (pd_uinfo->sa_va->sa_command_0.bf.scatter) { in crypto4xx_aead_done()
873 sa->sa_command_0.bf.scatter = 0; in crypto4xx_build_pd()
884 sa->sa_command_0.bf.scatter = 1; in crypto4xx_build_pd()
/linux-6.15/Documentation/networking/
H A Ddriver.rst46 for a driver implementing scatter-gather this means:
/linux-6.15/drivers/scsi/mvsas/
H A Dmv_sas.c386 MVS_CHIP_DISP->make_prd(task->scatter, tei->n_elem, buf_prd); in mvs_task_prep_smp()
534 MVS_CHIP_DISP->make_prd(task->scatter, tei->n_elem, buf_prd); in mvs_task_prep_ata()
674 MVS_CHIP_DISP->make_prd(task->scatter, tei->n_elem, buf_prd); in mvs_task_prep_ssp()
740 task->scatter, in mvs_task_prep()
821 dma_unmap_sg(mvi->dev, task->scatter, n_elem, in mvs_task_prep()
866 dma_unmap_sg(mvi->dev, task->scatter, in mvs_slot_task_free()
H A Dmv_64xx.c551 static void mvs_64xx_make_prd(struct scatterlist *scatter, int nr, void *prd) in mvs_64xx_make_prd() argument
556 for_each_sg(scatter, sg, nr, i) { in mvs_64xx_make_prd()
/linux-6.15/drivers/scsi/pm8001/
H A Dpm8001_sas.c531 n_elem = dma_map_sg(pm8001_ha->dev, task->scatter, in pm8001_queue_command()
551 dma_unmap_sg(pm8001_ha->dev, task->scatter, in pm8001_queue_command()
581 dma_unmap_sg(pm8001_ha->dev, task->scatter, in pm8001_ccb_task_free()
H A Dpm80xx_hwi.c4333 pm8001_chip_make_sg(task->scatter, in pm80xx_chip_ssp_io_req()
4342 u64 dma_addr = sg_dma_address(task->scatter); in pm80xx_chip_ssp_io_req()
4362 pm8001_chip_make_sg(task->scatter, 1, in pm80xx_chip_ssp_io_req()
4401 u64 dma_addr = sg_dma_address(task->scatter); in pm80xx_chip_ssp_io_req()
4419 pm8001_chip_make_sg(task->scatter, 1, in pm80xx_chip_ssp_io_req()
4503 pm8001_chip_make_sg(task->scatter, in pm80xx_chip_sata_req()
4512 u64 dma_addr = sg_dma_address(task->scatter); in pm80xx_chip_sata_req()
4531 pm8001_chip_make_sg(task->scatter, 1, in pm80xx_chip_sata_req()
4569 pm8001_chip_make_sg(task->scatter, in pm80xx_chip_sata_req()
4576 u64 dma_addr = sg_dma_address(task->scatter); in pm80xx_chip_sata_req()
[all …]
H A Dpm8001_sas.h186 void (*make_prd)(struct scatterlist *scatter, int nr, void *prd);
680 void pm8001_chip_make_sg(struct scatterlist *scatter, int nr, void *prd);
/linux-6.15/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
H A Ddpio-driver.rst158 Frame descriptor and scatter-gather definitions and the APIs used to
/linux-6.15/Documentation/devicetree/bindings/arm/
H A Darm,coresight-tmc.yaml72 arm,scatter-gather:

1234