Searched refs:sgmap (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/x86/kernel/ |
| H A D | amd_gart_64.c | 381 struct scatterlist *s, *ps, *start_sg, *sgmap; in gart_map_sg() local 393 sgmap = sg; in gart_map_sg() 417 sgmap, pages, need); in gart_map_sg() 423 sgmap = sg_next(sgmap); in gart_map_sg() 435 ret = dma_map_cont(dev, start_sg, i - start, sgmap, pages, need); in gart_map_sg() 441 sgmap = sg_next(sgmap); in gart_map_sg() 442 sgmap->dma_length = 0; in gart_map_sg()
|
| /linux/drivers/scsi/aacraid/ |
| H A D | aacraid.h | 507 struct sgmap { struct 1856 struct sgmap sg; // Must be last in struct because it is variable 1883 struct sgmap sg; // Must be last in struct because it is variable 1991 struct sgmap sg;
|
| H A D | commctrl.c | 765 + sizeof(struct sgmap), GFP_KERNEL); in aac_send_raw_srb() 827 struct sgmap* psg = &srbcmd->sg; in aac_send_raw_srb()
|
| H A D | aachba.c | 216 static long aac_build_sg(struct scsi_cmnd *scsicmd, struct sgmap *sgmap); 1616 ret = aac_build_sg(cmd, (struct sgmap *)&srbcmd->sg); in aac_scsi_32() 3792 static long aac_build_sg(struct scsi_cmnd *scsicmd, struct sgmap *psg) in aac_build_sg()
|