1. NAME

ata_dev_phys_link - find physical link for a device

2. SYNOPSIS

struct ata_link * ata_dev_phys_link(struct ata_device *  dev );

3. ARGUMENTS

dev
    ATA device to look up physical link for

4. DESCRIPTION

Look up physical link which dev is attached to. Note that this is different from dev->link only when dev is on slave link. For all other cases, itAqs the same as dev->link.

5. LOCKING

DonAqt care.

6. RETURNS

Pointer to the found physical link.

7. AUTHOR

Jeff Garzik
    Author.

8. COPYRIGHT