Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/aacraid/
H A Daachba.c217 static long aac_build_sg64(struct scsi_cmnd *scsicmd, struct sgmap64 *psg);
1301 ret = aac_build_sg64(cmd, &readcmd->sg); in aac_read_block64()
1435 ret = aac_build_sg64(cmd, &writecmd->sg); in aac_write_block64()
1585 ret = aac_build_sg64(cmd, (struct sgmap64 *) &srbcmd->sg); in aac_scsi_64()
3834 static long aac_build_sg64(struct scsi_cmnd *scsicmd, struct sgmap64 *psg) in aac_build_sg64() function