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

/drivers/scsi/aacraid/
H A Daacraid.h110 struct sgmap { struct
1296 struct sgmap sg; // Must be last in struct because it is variable
1323 struct sgmap sg; // Must be last in struct because it is variable
1418 struct sgmap sg;
H A Dcommctrl.c589 * This should also catch if user used the 32 bit sgmap
635 + sizeof(struct sgmap), GFP_KERNEL);
642 + sizeof(struct sgmap));
692 struct sgmap* psg = &srbcmd->sg;
H A Daachba.c135 static unsigned long aac_build_sg(struct scsi_cmnd* scsicmd, struct sgmap* sgmap);
1220 aac_build_sg(cmd, (struct sgmap*)&srbcmd->sg);
2822 static unsigned long aac_build_sg(struct scsi_cmnd* scsicmd, struct sgmap* psg)

Completed in 82 milliseconds