Home
last modified time | relevance | path

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

/drivers/scsi/aacraid/
Dcommctrl.c648 + sizeof(struct sgmap), GFP_KERNEL); in aac_send_raw_srb()
655 + sizeof(struct sgmap)); in aac_send_raw_srb()
708 struct sgmap* psg = &srbcmd->sg; in aac_send_raw_srb()
Daacraid.h173 struct sgmap { struct
1418 struct sgmap sg; // Must be last in struct because it is variable
1445 struct sgmap sg; // Must be last in struct because it is variable
1553 struct sgmap sg;
Daachba.c212 static long aac_build_sg(struct scsi_cmnd *scsicmd, struct sgmap *sgmap);
1485 ret = aac_build_sg(cmd, (struct sgmap *)&srbcmd->sg); in aac_scsi_32()
3223 static long aac_build_sg(struct scsi_cmnd *scsicmd, struct sgmap *psg) in aac_build_sg()