Home
last modified time | relevance | path

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

/drivers/scsi/aacraid/
Daacraid.h513 struct sgmap { struct
1857 struct sgmap sg; // Must be last in struct because it is variable
1884 struct sgmap sg; // Must be last in struct because it is variable
1992 struct sgmap sg;
Dcommctrl.c769 + sizeof(struct sgmap), GFP_KERNEL); in aac_send_raw_srb()
831 struct sgmap* psg = &srbcmd->sg; in aac_send_raw_srb()
Daachba.c231 static long aac_build_sg(struct scsi_cmnd *scsicmd, struct sgmap *sgmap);
1615 ret = aac_build_sg(cmd, (struct sgmap *)&srbcmd->sg); in aac_scsi_32()
3756 static long aac_build_sg(struct scsi_cmnd *scsicmd, struct sgmap *psg) in aac_build_sg()