Searched defs:SG (Results 1 - 4 of 4) sorted by relevance

/drivers/scsi/
H A D53c700.c342 dma_addr_t offset = (dma_addr_t)((unsigned long)&hostdata->slots[j].SG[0]
343 - (unsigned long)&hostdata->slots[0].SG[0]);
1026 slot->SG[0].ins = bS_to_host(SCRIPT_MOVE_DATA_IN | SCSI_SENSE_BUFFERSIZE);
1027 slot->SG[0].pAddr = bS_to_host(slot->dma_handle);
1028 slot->SG[1].ins = bS_to_host(SCRIPT_RETURN);
1029 slot->SG[1].pAddr = 0;
1031 dma_cache_sync(hostdata->dev, slot->SG, sizeof(slot->SG[0])*2, DMA_TO_DEVICE);
1197 __u32 SG = (__u32)bS_to_cpu(hostdata->script[A_SGScriptStartAddress_used[0]]); local
1201 if(SG >
[all...]
H A D53c700.h170 struct NCR_700_SG_List SG[NCR_700_SG_SEGMENTS+1]; member in struct:NCR_700_command_slot
H A Dhpsa_cmd.h26 #define SG_ENTRIES_IN_CMD 32 /* Max SG entries excluding chain blocks */
393 struct SGDescriptor SG[SG_ENTRIES_IN_CMD]; member in struct:CommandList
440 struct SGDescriptor SG[IOACCEL1_MAXSGENTRIES]; member in struct:io_accel1_cmd
/drivers/block/
H A Dcciss_cmd.h201 SGDescriptor_struct SG[MAXSGENTRIES]; member in struct:_CommandList_struct

Completed in 95 milliseconds