Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/aacraid/
Daachba.c216 static long aac_build_sg(struct scsi_cmnd *scsicmd, struct sgmap *sgmap);
1335 ret = aac_build_sg(cmd, &readcmd->sg); in aac_read_block()
1471 ret = aac_build_sg(cmd, &writecmd->sg); in aac_write_block()
1615 ret = aac_build_sg(cmd, (struct sgmap *)&srbcmd->sg); in aac_scsi_32()
3793 static long aac_build_sg(struct scsi_cmnd *scsicmd, struct sgmap *psg) in aac_build_sg() function