Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kernel/
Damd_gart_64.c383 struct scatterlist *s, *ps, *start_sg, *sgmap; in gart_map_sg() local
395 sgmap = sg; in gart_map_sg()
419 sgmap, pages, need) < 0) in gart_map_sg()
424 sgmap = sg_next(sgmap); in gart_map_sg()
436 if (dma_map_cont(dev, start_sg, i - start, sgmap, pages, need) < 0) in gart_map_sg()
441 sgmap = sg_next(sgmap); in gart_map_sg()
442 sgmap->dma_length = 0; in gart_map_sg()
/Linux-v5.4/drivers/scsi/aacraid/
Daacraid.h505 struct sgmap { struct
1857 struct sgmap sg; // Must be last in struct because it is variable
1884 struct sgmap sg; // Must be last in struct because it is variable
1992 struct sgmap sg;
Dcommctrl.c754 + sizeof(struct sgmap), GFP_KERNEL); in aac_send_raw_srb()
816 struct sgmap* psg = &srbcmd->sg; in aac_send_raw_srb()
Daachba.c217 static long aac_build_sg(struct scsi_cmnd *scsicmd, struct sgmap *sgmap);
1598 ret = aac_build_sg(cmd, (struct sgmap *)&srbcmd->sg); in aac_scsi_32()
3908 static long aac_build_sg(struct scsi_cmnd *scsicmd, struct sgmap *psg) in aac_build_sg()