Searched refs:sgmap (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/x86/kernel/ |
D | amd_gart_64.c | 392 struct scatterlist *s, *ps, *start_sg, *sgmap; in gart_map_sg() local 407 sgmap = sg; in gart_map_sg() 431 sgmap, pages, need) < 0) in gart_map_sg() 436 sgmap = sg_next(sgmap); in gart_map_sg() 448 if (dma_map_cont(dev, start_sg, i - start, sgmap, pages, need) < 0) in gart_map_sg() 453 sgmap = sg_next(sgmap); in gart_map_sg() 454 sgmap->dma_length = 0; in gart_map_sg()
|
/linux-4.4.14/drivers/scsi/aacraid/ |
D | commctrl.c | 639 + sizeof(struct sgmap), GFP_KERNEL); in aac_send_raw_srb() 646 + sizeof(struct sgmap)); in aac_send_raw_srb() 699 struct sgmap* psg = &srbcmd->sg; in aac_send_raw_srb()
|
D | aacraid.h | 173 struct sgmap { struct 1418 struct sgmap sg; // Must be last in struct because it is variable 1445 struct sgmap sg; // Must be last in struct because it is variable 1553 struct sgmap sg;
|
D | aachba.c | 212 static long aac_build_sg(struct scsi_cmnd *scsicmd, struct sgmap *sgmap); 1485 ret = aac_build_sg(cmd, (struct sgmap *)&srbcmd->sg); in aac_scsi_32() 3210 static long aac_build_sg(struct scsi_cmnd *scsicmd, struct sgmap *psg) in aac_build_sg()
|