Home
last modified time | relevance | path

Searched refs:sgmap64 (Results 1 – 3 of 3) sorted by relevance

/drivers/scsi/aacraid/
Dcommctrl.c599 struct sgmap64* psg = (struct sgmap64*)&srbcmd->sg; in aac_send_raw_srb()
810 ? ((struct sgmap64*)&srbcmd->sg)->sg[i].count in aac_send_raw_srb()
Daacraid.h190 struct sgmap64 { struct
1443 struct sgmap64 sg; // Must be last in struct because it is variable
1470 struct sgmap64 sg; // Must be last in struct because it is variable
Daachba.c213 static long aac_build_sg64(struct scsi_cmnd *scsicmd, struct sgmap64 *psg);
1446 ret = aac_build_sg64(cmd, (struct sgmap64 *) &srbcmd->sg); in aac_scsi_64()
3241 static long aac_build_sg64(struct scsi_cmnd *scsicmd, struct sgmap64 *psg) in aac_build_sg64()