1GET_PHY_C45_IDS(9) Network device support GET_PHY_C45_IDS(9)
2
3
4
6 get_phy_c45_ids - reads the specified addr for its 802.3-c45 IDs.
7
9 int get_phy_c45_ids(struct mii_bus * bus, int addr, u32 * phy_id,
10 struct phy_c45_device_ids * c45_ids);
11
13 bus
14 the target MII bus
15
16 addr
17 PHY address on the MII bus
18
19 phy_id
20 where to store the ID retrieved.
21
22 c45_ids
23 where to store the c45 ID information.
24
26 If the PHY devices-in-package appears to be valid, it and the
27 corresponding identifiers are stored in c45_ids, zero is stored in
28 phy_id. Otherwise 0xffffffff is stored in phy_id. Returns zero on
29 success.
30
32Kernel Hackers Manual 3.10 June 2019 GET_PHY_C45_IDS(9)