Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/aacraid/
Dcommctrl.c711 struct sgmap64* psg = (struct sgmap64*)&srbcmd->sg; in aac_send_raw_srb()
Daacraid.h518 struct sgmap64 { struct
1873 struct sgmap64 sg; // Must be last in struct because it is variable
1900 struct sgmap64 sg; // Must be last in struct because it is variable
Daachba.c217 static long aac_build_sg64(struct scsi_cmnd *scsicmd, struct sgmap64 *psg);
1584 ret = aac_build_sg64(cmd, (struct sgmap64 *) &srbcmd->sg); in aac_scsi_64()
1679 struct sgmap64 *sg64; in aac_send_safw_bmic_cmd()
1724 sg64 = (struct sgmap64 *)&srb->sg; in aac_send_safw_bmic_cmd()
3833 static long aac_build_sg64(struct scsi_cmnd *scsicmd, struct sgmap64 *psg) in aac_build_sg64()
Dcommsup.c2286 struct sgmap64 *sg64; in aac_send_wellness_command()
2324 sg64 = (struct sgmap64 *)&srbcmd->sg; in aac_send_wellness_command()