1SCSI_DMA_MAP(9) SCSI mid layer SCSI_DMA_MAP(9)
23
4
NAME
6scsi_dma_map - perform DMA mapping against command's sg lists
7
SYNOPSIS
9int scsi_dma_map(struct scsi_cmnd * cmd);
10
ARGUMENTS
12cmd
13scsi command
14
DESCRIPTION
16Returns the number of sg lists actually used, zero if the sg lists is
17NULL, or -ENOMEM if the mapping failed.
18
AUTHORS
20James Bottomley <James.Bottomley@hansenpartnership.com>
21Author.
2223
Rob Landley <rob@landley.net>
24Author.
25
COPYRIGHT
27Kernel Hackers Manual 3.10 June 2019 SCSI_DMA_MAP(9)