Searched refs:sgmap (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/kernel/
H A Damd_gart_64.c380 struct scatterlist *s, *ps, *start_sg, *sgmap; local
392 sgmap = sg;
416 sgmap, pages, need);
422 sgmap = sg_next(sgmap);
434 ret = dma_map_cont(dev, start_sg, i - start, sgmap, pages, need);
440 sgmap = sg_next(sgmap);
441 sgmap->dma_length = 0;
/linux-master/drivers/scsi/aacraid/
H A Daacraid.h508 struct sgmap { struct
1862 struct sgmap sg; // Must be last in struct because it is variable
1889 struct sgmap sg; // Must be last in struct because it is variable
1997 struct sgmap sg;
H A Dcommctrl.c714 * This should also catch if user used the 32 bit sgmap
765 + sizeof(struct sgmap), GFP_KERNEL);
827 struct sgmap* psg = &srbcmd->sg;
H A Daachba.c216 static long aac_build_sg(struct scsi_cmnd *scsicmd, struct sgmap *sgmap);
1616 ret = aac_build_sg(cmd, (struct sgmap *)&srbcmd->sg);
3794 static long aac_build_sg(struct scsi_cmnd *scsicmd, struct sgmap *psg)

Completed in 126 milliseconds