1ATA_SG_SETUP(9) libata Core Internals ATA_SG_SETUP(9)
23
4
NAME
6ata_sg_setup - DMA-map the scatter-gather table associated with a
7command.
8
SYNOPSIS
10int ata_sg_setup(struct ata_queued_cmd * qc);
11
ARGUMENTS
13qc
14Command with scatter-gather table to be mapped.
15
DESCRIPTION
17DMA-map the scatter-gather table associated with queued_cmd qc.
18
LOCKING
20spin_lock_irqsave(host lock)
21
RETURNS
23Zero on success, negative on error.
24
AUTHOR
26Jeff Garzik
27Author.
28
COPYRIGHT
30Kernel Hackers Manual 3.10 June 2019 ATA_SG_SETUP(9)