1ATA_DEV_PHYS_LINK(9) libata Core Internals ATA_DEV_PHYS_LINK(9)
2
3
4
6 ata_dev_phys_link - find physical link for a device
7
9 struct ata_link * ata_dev_phys_link(struct ata_device * dev);
10
12 dev
13 ATA device to look up physical link for
14
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
21 Don´t care.
22
24 Pointer to the found physical link.
25
27 Jeff Garzik
28 Author.
29
31Kernel Hackers Manual 2.6. June 2019 ATA_DEV_PHYS_LINK(9)