Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kernel/
H A Damd_gart_64.c382 struct scatterlist *s, *ps, *start_sg, *sgmap; in gart_map_sg() local
394 sgmap = sg; in gart_map_sg()
418 sgmap, pages, need) < 0) in gart_map_sg()
423 sgmap = sg_next(sgmap); in gart_map_sg()
435 if (dma_map_cont(dev, start_sg, i - start, sgmap, pages, need) < 0) in gart_map_sg()
440 sgmap = sg_next(sgmap); in gart_map_sg()
441 sgmap->dma_length = 0; in gart_map_sg()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Damd_gart_64.c380 struct scatterlist *s, *ps, *start_sg, *sgmap; in gart_map_sg() local
392 sgmap = sg; in gart_map_sg()
416 sgmap, pages, need); in gart_map_sg()
422 sgmap = sg_next(sgmap); in gart_map_sg()
434 ret = dma_map_cont(dev, start_sg, i - start, sgmap, pages, need); in gart_map_sg()
440 sgmap = sg_next(sgmap); in gart_map_sg()
441 sgmap->dma_length = 0; in gart_map_sg()
/kernel/linux/linux-5.10/drivers/scsi/aacraid/
H A Daacraid.h507 struct sgmap { struct
1861 struct sgmap sg; // Must be last in struct because it is variable
1888 struct sgmap sg; // Must be last in struct because it is variable
1996 struct sgmap sg;
H A Dcommctrl.c714 * This should also catch if user used the 32 bit sgmap in aac_send_raw_srb()
765 + sizeof(struct sgmap), GFP_KERNEL); in aac_send_raw_srb()
827 struct sgmap* psg = &srbcmd->sg; in aac_send_raw_srb()
H A Daachba.c217 static long aac_build_sg(struct scsi_cmnd *scsicmd, struct sgmap *sgmap);
1603 ret = aac_build_sg(cmd, (struct sgmap *)&srbcmd->sg); in aac_scsi_32()
3830 static long aac_build_sg(struct scsi_cmnd *scsicmd, struct sgmap *psg) in aac_build_sg()
/kernel/linux/linux-6.6/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 in aac_send_raw_srb()
765 + sizeof(struct sgmap), GFP_KERNEL); in aac_send_raw_srb()
827 struct sgmap* psg = &srbcmd->sg; in aac_send_raw_srb()
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); in aac_scsi_32()
3794 static long aac_build_sg(struct scsi_cmnd *scsicmd, struct sgmap *psg) in aac_build_sg()

Completed in 28 milliseconds