Name

ata_port_stop — Undo ata_port_start

Synopsis

void ata_port_stop (struct ata_port * ap);

Arguments

ap

Port to shut down

Description

Frees the PRD table.

May be used as the port_stop entry in ata_port_operations.

LOCKING

Inherited from caller.