centos man page for ata_sg_init

Query: ata_sg_init

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

ATA_SG_INIT(9)							  libata Library						    ATA_SG_INIT(9)

NAME
ata_sg_init - Associate command with scatter-gather table.
SYNOPSIS
void ata_sg_init(struct ata_queued_cmd * qc, struct scatterlist * sg, unsigned int n_elem);
ARGUMENTS
qc Command to be associated sg Scatter-gather table. n_elem Number of elements in s/g table.
DESCRIPTION
Initialize the data-related elements of queued_cmd qc to point to a scatter-gather table sg, containing n_elem elements.
LOCKING
spin_lock_irqsave(host lock)
AUTHOR
Jeff Garzik Author.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 ATA_SG_INIT(9)
Related Man Pages
usb_sg_init(9) - centos
sglist_build(9) - freebsd
gethugepagesizes(3) - centos
sglist_append_user(9) - freebsd
sglist_append(9) - freebsd
Similar Topics in the Unix Linux Community
compilation error in gcc