Home
last modified time | relevance | path

Searched refs:SG (Results 1 – 25 of 31) sorted by relevance

12

/linux/drivers/net/ethernet/freescale/fman/
A DKconfig19 align buffers, data start, SG fragment length to avoid FMan DMA
33 3. Scatter Gather (SG) frames have more than one SG buffer in
34 the SG list and any one of the buffers, except the last
35 buffer in the SG list has data size that is not a multiple
/linux/drivers/scsi/
A D53c700.c1034 slot->SG[1].ins = bS_to_host(SCRIPT_RETURN); in process_script_interrupt()
1035 slot->SG[1].pAddr = 0; in process_script_interrupt()
1037 dma_sync_to_dev(hostdata, slot->SG, sizeof(slot->SG[0])*2); in process_script_interrupt()
1644 slot->SG[i].ins = bS_to_host(SCRIPT_NOP); in NCR_700_intr()
1645 slot->SG[i].pAddr = 0; in NCR_700_intr()
1647 dma_sync_to_dev(hostdata, slot->SG, sizeof(slot->SG)); in NCR_700_intr()
1891 slot->SG[i].pAddr = bS_to_host(vPtr); in NCR_700_queuecommand_lck()
1893 slot->SG[i].ins = bS_to_host(SCRIPT_RETURN); in NCR_700_queuecommand_lck()
1894 slot->SG[i].pAddr = 0; in NCR_700_queuecommand_lck()
1895 dma_sync_to_dev(hostdata, slot->SG, sizeof(slot->SG)); in NCR_700_queuecommand_lck()
[all …]
A D53c700.scr34 ; SG components is preceded by a script fragment which moves the
35 ; necessary amount of data and jumps to the next SG segment. The final
36 ; SG segment jumps back to . However, this address is the first SG script
A Dhpsa_cmd.h433 struct SGDescriptor SG[SG_ENTRIES_IN_CMD]; member
504 struct SGDescriptor SG[IOACCEL1_MAXSGENTRIES]; member
A D53c700_d.h_shipped37 ; SG components is preceded by a script fragment which moves the
38 ; necessary amount of data and jumps to the next SG segment. The final
39 ; SG segment jumps back to . However, this address is the first SG script
A Dhpsa.c2812 le32_to_cpu(c->SG[i].Len), in hpsa_pci_unmap()
2837 cp->SG[0].Addr = cpu_to_le64(addr64); in hpsa_map_one()
2838 cp->SG[0].Len = cpu_to_le32(buflen); in hpsa_map_one()
4601 curr_sg = cp->SG; in hpsa_scatter_gather()
4780 curr_sg = cp->SG; in hpsa_scsi_ioaccel1_queue_command()
6459 c->SG[0].Addr = cpu_to_le64(0); in hpsa_passthru_ioctl()
6460 c->SG[0].Len = cpu_to_le32(0); in hpsa_passthru_ioctl()
6567 c->SG[i].Addr = cpu_to_le64(0); in hpsa_big_passthru_ioctl()
6568 c->SG[i].Len = cpu_to_le32(0); in hpsa_big_passthru_ioctl()
6576 c->SG[i].Ext = cpu_to_le32(0); in hpsa_big_passthru_ioctl()
[all …]
A D53c700.h171 struct NCR_700_SG_List SG[NCR_700_SG_SEGMENTS+1]; member
/linux/arch/sparc/kernel/
A Diommu_common.h36 #define SG_ENT_PHYS_ADDRESS(SG) (__pa(sg_virt((SG)))) argument
/linux/drivers/scsi/mpt3sas/
A DKconfig53 int "LSI MPT Fusion SAS 2.0 Max number of SG Entries (16 - 256)"
65 int "LSI MPT Fusion SAS 3.0 Max number of SG Entries (16 - 256)"
/linux/arch/alpha/kernel/
A Dpci_iommu.c479 #define SG_ENT_VIRT_ADDRESS(SG) (sg_virt((SG))) argument
480 #define SG_ENT_PHYS_ADDRESS(SG) __pa(SG_ENT_VIRT_ADDRESS(SG)) argument
/linux/include/linux/
A Dnetdev_features.h132 #define NETIF_F_SG __NETIF_F(SG)
/linux/Documentation/devicetree/bindings/opp/
A Dqcom-nvmem-cpufreq.txt52 4: MSM8996 SG, speedbin 0
53 5: MSM8996 SG, speedbin 1
54 6: MSM8996 SG, speedbin 2
/linux/Documentation/fb/
A Ddeferred_io.rst36 whether to coalesce and issue SG DMA or to do memory bursts.
/linux/Documentation/scsi/
A DChangeLog.ips43 4.70.15 - Fix Breakup for very large ( non-SG ) requests
/linux/Documentation/input/joydev/
A Djoystick-api.rst270 JSIOC[SG]CORR
273 For usage on JSIOC[SG]CORR I suggest you to look into jscal.c They are
/linux/Documentation/x86/x86_64/
A Dboot-options.rst293 Do scatter-gather (SG) merging. Implies "force" (experimental).
295 Don't do scatter-gather (SG) merging.
/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
A Dethernet-driver.rst176 Scatter-gather frames are supported on both RX and TX paths. On TX, SG support
/linux/block/
A DKconfig39 bool "Block layer SG support v4 helper lib"
/linux/Documentation/devicetree/bindings/arm/
A Dcoresight.txt128 use the SG mode on this system.
/linux/drivers/regulator/
A Dda9121-regulator.c154 DA9xxx_STATUS(0, 0, SG, 0, "Handled E_SG\n"),
/linux/drivers/scsi/aic7xxx/
A Daic79xx.reg1053 * SG Sequencer Byte Count
2922 * CMC SG Ram Address Pointer
2953 * CMC SG Control
2998 * CMC SG RAM Data Port
A Daic7xxx.seq769 /* Does the hardware have space for another SG entry? */
1093 /* If we are the last SG block, tell the hardware. */
1187 * Load the next SG element's data address and length
1276 * After a DMA finishes, save the SG and STCNT residuals back into
/linux/Documentation/admin-guide/blockdev/
A Dparide.rst88 ktti KT Technology PHd adapter (SG)
/linux/Documentation/sound/kernel-api/
A Dwriting-an-alsa-driver.rst2149 the standard SG-buffer or vmalloc-buffer. Hence this callback should
3755 descriptors as in via82xx, you can use the scatter-gather (SG) DMA. ALSA
3756 provides an interface for handling SG-buffers. The API is provided in
3759 For creating the SG-buffer handler, call
3779 Then in :c:func:`snd_pcm_lib_malloc_pages()` call, the common SG-buffer
3788 If you need to release the SG-buffer data explicitly, call the
/linux/Documentation/devicetree/bindings/
A Dvendor-prefixes.yaml1048 description: SG Micro Corp

Completed in 78 milliseconds

12