Searched refs:sgmap (Results 1 – 3 of 3) sorted by relevance
648 + sizeof(struct sgmap), GFP_KERNEL); in aac_send_raw_srb()655 + sizeof(struct sgmap)); in aac_send_raw_srb()708 struct sgmap* psg = &srbcmd->sg; in aac_send_raw_srb()
173 struct sgmap { struct1418 struct sgmap sg; // Must be last in struct because it is variable1445 struct sgmap sg; // Must be last in struct because it is variable1553 struct sgmap sg;
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()3223 static long aac_build_sg(struct scsi_cmnd *scsicmd, struct sgmap *psg) in aac_build_sg()