sgmap64
ret = aac_build_sg64(cmd, (struct sgmap64 *) &srbcmd->sg);
struct sgmap64 *sg64;
sg64 = (struct sgmap64 *)&srb->sg;
static long aac_build_sg64(struct scsi_cmnd *scsicmd, struct sgmap64 *psg);
static long aac_build_sg64(struct scsi_cmnd *scsicmd, struct sgmap64 *psg)
struct sgmap64 sg; // Must be last in struct because it is variable
struct sgmap64 sg; // Must be last in struct because it is variable
struct sgmap64* psg = (struct sgmap64*)&srbcmd->sg;
struct sgmap64 *sg64;
sg64 = (struct sgmap64 *)&srbcmd->sg;