Searched refs:sgmap (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/arch/x86/kernel/ |
D | amd_gart_64.c | 393 struct scatterlist *s, *ps, *start_sg, *sgmap; in gart_map_sg() local 408 sgmap = sg; in gart_map_sg() 432 sgmap, pages, need) < 0) in gart_map_sg() 437 sgmap = sg_next(sgmap); in gart_map_sg() 449 if (dma_map_cont(dev, start_sg, i - start, sgmap, pages, need) < 0) in gart_map_sg() 454 sgmap = sg_next(sgmap); in gart_map_sg() 455 sgmap->dma_length = 0; in gart_map_sg()
|
/Linux-v4.19/drivers/scsi/aacraid/ |
D | aacraid.h | 518 struct sgmap { struct 1870 struct sgmap sg; // Must be last in struct because it is variable 1897 struct sgmap sg; // Must be last in struct because it is variable 2005 struct sgmap sg;
|
D | commctrl.c | 769 + sizeof(struct sgmap), GFP_KERNEL); in aac_send_raw_srb() 831 struct sgmap* psg = &srbcmd->sg; in aac_send_raw_srb()
|
D | aachba.c | 231 static long aac_build_sg(struct scsi_cmnd *scsicmd, struct sgmap *sgmap); 1612 ret = aac_build_sg(cmd, (struct sgmap *)&srbcmd->sg); in aac_scsi_32() 3922 static long aac_build_sg(struct scsi_cmnd *scsicmd, struct sgmap *psg) in aac_build_sg()
|