Searched refs:SG (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/sparc/kernel/
H A Diommu_common.h36 #define SG_ENT_PHYS_ADDRESS(SG) (__pa(sg_virt((SG))))
/linux-master/drivers/scsi/
H A D53c700.c349 dma_addr_t offset = (dma_addr_t)((unsigned long)&hostdata->slots[j].SG[0]
350 - (unsigned long)&hostdata->slots[0].SG[0]);
1032 slot->SG[0].ins = bS_to_host(SCRIPT_MOVE_DATA_IN | SCSI_SENSE_BUFFERSIZE);
1033 slot->SG[0].pAddr = bS_to_host(slot->dma_handle);
1034 slot->SG[1].ins = bS_to_host(SCRIPT_RETURN);
1035 slot->SG[1].pAddr = 0;
1037 dma_sync_to_dev(hostdata, slot->SG, sizeof(slot->SG[0])*2);
1207 __u32 SG = (__u32)bS_to_cpu(hostdata->script[A_SGScriptStartAddress_used[0]]); local
1211 if(SG >
[all...]
H A D53c700.h171 struct NCR_700_SG_List SG[NCR_700_SG_SEGMENTS+1]; member in struct:NCR_700_command_slot
H A Dhpsa.c2308 chain_sg = &c->SG[h->max_cmd_sg_entries - 1];
2333 chain_sg = &c->SG[h->max_cmd_sg_entries - 1];
2811 dma_unmap_single(&pdev->dev, le64_to_cpu(c->SG[i].Addr),
2812 le32_to_cpu(c->SG[i].Len),
2837 cp->SG[0].Addr = cpu_to_le64(addr64);
2838 cp->SG[0].Len = cpu_to_le32(buflen);
2839 cp->SG[0].Ext = cpu_to_le32(HPSA_SG_LAST); /* we are not chaining */
4599 curr_sg = cp->SG;
4778 curr_sg = cp->SG;
5511 if (hpsa_scatter_gather(h, c, cmd) < 0) { /* Fill SG lis
[all...]
H A Dhpsa_cmd.h30 #define SG_ENTRIES_IN_CMD 32 /* Max SG entries excluding chain blocks */
433 struct SGDescriptor SG[SG_ENTRIES_IN_CMD]; member in struct:CommandList
504 struct SGDescriptor SG[IOACCEL1_MAXSGENTRIES]; member in struct:io_accel1_cmd
/linux-master/include/linux/
H A Dnetdev_features.h132 #define NETIF_F_SG __NETIF_F(SG)
/linux-master/arch/alpha/kernel/
H A Dpci_iommu.c482 #define SG_ENT_VIRT_ADDRESS(SG) (sg_virt((SG)))
483 #define SG_ENT_PHYS_ADDRESS(SG) __pa(SG_ENT_VIRT_ADDRESS(SG))
/linux-master/drivers/regulator/
H A Dda9121-regulator.c163 * SG/PG1/PG2 should be set when device first powers up and should never
171 DA9xxx_STATUS(0, 0, SG, 0, "Handled E_SG\n"),

Completed in 148 milliseconds