Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aacraid/
Dcommctrl.c462 struct sgmap64* psg = (struct sgmap64*)&srbcmd->sg; in aac_send_raw_srb()
Daacraid.h113 struct sgmap64 { struct
968 struct sgmap64 sg; // Must be last in struct because it is variable
995 struct sgmap64 sg; // Must be last in struct because it is variable
Daachba.c222 static unsigned long aac_build_sg64(Scsi_Cmnd* scsicmd, struct sgmap64* psg);
1581 aac_build_sg64(scsicmd, (struct sgmap64*) &srbcmd->sg); in aac_send_srb_fib()
1689 static unsigned long aac_build_sg64(Scsi_Cmnd* scsicmd, struct sgmap64* psg) in aac_build_sg64()