1ATA_PORT_START(9) libata Library ATA_PORT_START(9)
23
4
NAME
6ata_port_start - Set port up for dma.
7
SYNOPSIS
9int ata_port_start(struct ata_port * ap);
10
ARGUMENTS
12ap
13Port to initialize
14
DESCRIPTION
16Called just after data structures for each port are initialized.
17Allocates space for PRD table.
1819
May be used as the port_start entry in ata_port_operations.
20
LOCKING
22Inherited from caller.
23
AUTHOR
25Jeff Garzik
26Author.
27
COPYRIGHT
29Kernel Hackers Manual 2.6. June 2019 ATA_PORT_START(9)