Perform dma mapping against commands sg lists
int scsi_dma_map(struct scsi_cmnd * cmd);
cmd
scsi command
Returns the number of sg lists actually used, zero if the sg lists is NULL, or -ENOMEM if the mapping failed.
James Bottomley <[email protected]>
Author.
Rob Landley <[email protected]>