| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/fman/ |
| H A D | Kconfig | 19 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
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | 53c700.c | 350 dma_addr_t offset = (dma_addr_t)((unsigned long)&hostdata->slots[j].SG[0] in NCR_700_detect() 351 - (unsigned long)&hostdata->slots[0].SG[0]); in NCR_700_detect() 1033 slot->SG[0].ins = bS_to_host(SCRIPT_MOVE_DATA_IN | SCSI_SENSE_BUFFERSIZE); in process_script_interrupt() 1034 slot->SG[0].pAddr = bS_to_host(slot->dma_handle); in process_script_interrupt() 1035 slot->SG[1].ins = bS_to_host(SCRIPT_RETURN); in process_script_interrupt() 1036 slot->SG[1].pAddr = 0; in process_script_interrupt() 1038 dma_sync_to_dev(hostdata, slot->SG, sizeof(slot->SG[0])*2); in process_script_interrupt() 1208 __u32 SG = (__u32)bS_to_cpu(hostdata->script[A_SGScriptStartAddress_used[0]]); in process_script_interrupt() local 1212 if(SG >= to32bit(&hostdata->slots[i].pSG[0]) in process_script_interrupt() 1213 && SG <= to32bit(&hostdata->slots[i].pSG[NCR_700_SG_SEGMENTS])) in process_script_interrupt() [all …]
|
| H A D | 53c700.scr | 34 ; 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
|
| H A D | hpsa_cmd.h | 429 struct SGDescriptor SG[SG_ENTRIES_IN_CMD]; member 491 struct SGDescriptor SG[IOACCEL1_MAXSGENTRIES]; member
|
| H A D | 53c700_d.h_shipped | 37 ; 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
|
| H A D | hpsa.c | 2302 chain_sg = &c->SG[h->max_cmd_sg_entries - 1]; in hpsa_map_sg_chain_block() 2327 chain_sg = &c->SG[h->max_cmd_sg_entries - 1]; in hpsa_unmap_sg_chain_block() 2807 dma_unmap_single(&pdev->dev, le64_to_cpu(c->SG[i].Addr), in hpsa_pci_unmap() 2808 le32_to_cpu(c->SG[i].Len), in hpsa_pci_unmap() 2833 cp->SG[0].Addr = cpu_to_le64(addr64); in hpsa_map_one() 2834 cp->SG[0].Len = cpu_to_le32(buflen); in hpsa_map_one() 2835 cp->SG[0].Ext = cpu_to_le32(HPSA_SG_LAST); /* we are not chaining */ in hpsa_map_one() 4602 curr_sg = cp->SG; in hpsa_scatter_gather() 4782 curr_sg = cp->SG; in hpsa_scsi_ioaccel1_queue_command() 6427 c->SG[0].Addr = cpu_to_le64(0); in hpsa_passthru_ioctl() [all …]
|
| H A D | 53c700.h | 172 struct NCR_700_SG_List SG[NCR_700_SG_SEGMENTS+1]; member
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | iommu_common.h | 36 #define SG_ENT_PHYS_ADDRESS(SG) (__pa(sg_virt((SG)))) argument
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | Kconfig | 39 bool "Block layer SG support v4" 43 Saying Y here will enable generic SG (SCSI generic) v4 support 46 Unlike SG v3 (aka block/scsi_ioctl.c drivers/scsi/sg.c), SG v4 58 bool "Block layer SG support v4 helper lib"
|
| /OK3568_Linux_fs/kernel/drivers/scsi/mpt3sas/ |
| H A D | Kconfig | 53 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)"
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | pci_iommu.c | 508 #define SG_ENT_VIRT_ADDRESS(SG) (sg_virt((SG))) argument 509 #define SG_ENT_PHYS_ADDRESS(SG) __pa(SG_ENT_VIRT_ADDRESS(SG)) argument
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ |
| H A D | uk-BrougherMountain | 3 # <http://www.digitaluk.co.uk/coveragechecker/main/tradeexport/BT78�3SG/NA/0/>
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | netdev_features.h | 126 #define NETIF_F_SG __NETIF_F(SG)
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/opp/ |
| H A D | qcom-nvmem-cpufreq.txt | 52 4: MSM8996 SG, speedbin 0 53 5: MSM8996 SG, speedbin 1 54 6: MSM8996 SG, speedbin 2
|
| /OK3568_Linux_fs/kernel/Documentation/fb/ |
| H A D | deferred_io.rst | 36 whether to coalesce and issue SG DMA or to do memory bursts.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/ |
| H A D | en_SG | 172 country_ab2 "SG"
|
| H A D | zh_SG | 176 country_ab2 "SG"
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/ |
| H A D | en_SG | 172 country_ab2 "SG"
|
| H A D | zh_SG | 176 country_ab2 "SG"
|
| /OK3568_Linux_fs/kernel/Documentation/scsi/ |
| H A D | ChangeLog.ips | 43 4.70.15 - Fix Breakup for very large ( non-SG ) requests
|
| /OK3568_Linux_fs/kernel/Documentation/input/joydev/ |
| H A D | joystick-api.rst | 270 JSIOC[SG]CORR 273 For usage on JSIOC[SG]CORR I suggest you to look into jscal.c They are
|
| /OK3568_Linux_fs/kernel/Documentation/x86/x86_64/ |
| H A D | boot-options.rst | 289 Do scatter-gather (SG) merging. Implies "force" (experimental). 291 Don't do scatter-gather (SG) merging.
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
| H A D | ethernet-driver.rst | 176 Scatter-gather frames are supported on both RX and TX paths. On TX, SG support
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/ |
| H A D | coresight.txt | 128 use the SG mode on this system.
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/ |
| H A D | aic7xxx.seq | 769 /* 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
|