1ATA_DEV_PHYS_LINK(9)         libata Core Internals        ATA_DEV_PHYS_LINK(9)
2
3
4

NAME

6       ata_dev_phys_link - find physical link for a device
7

SYNOPSIS

9       struct ata_link * ata_dev_phys_link(struct ata_device * dev);
10

ARGUMENTS

12       dev
13           ATA device to look up physical link for
14

DESCRIPTION

16       Look up physical link which dev is attached to. Note that this is
17       different from dev->link only when dev is on slave link. For all other
18       cases, it's the same as dev->link.
19

LOCKING

21       Don't care.
22

RETURNS

24       Pointer to the found physical link.
25

AUTHOR

27       Jeff Garzik
28           Author.
29
31Kernel Hackers Manual 3.10         June 2019              ATA_DEV_PHYS_LINK(9)
Impressum