Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/
Damd_gart_64.c393 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/
Daacraid.h518 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;
Dcommctrl.c769 + sizeof(struct sgmap), GFP_KERNEL); in aac_send_raw_srb()
831 struct sgmap* psg = &srbcmd->sg; in aac_send_raw_srb()
Daachba.c231 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()