Searched refs:get_phy_c45_ids (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/phy/ |
H A D | phy_device.c | 772 * get_phy_c45_ids - reads the specified addr for its 802.3-c45 IDs. 784 static int get_phy_c45_ids(struct mii_bus *bus, int addr, in get_phy_c45_ids() function 956 r = get_phy_c45_ids(bus, addr, &c45_ids); in get_phy_device() 969 r = get_phy_c45_ids(bus, addr, &c45_ids); in get_phy_device() 1049 return get_phy_c45_ids(phydev->mdio.bus, phydev->mdio.addr, in phy_get_c45_ids()
|
/kernel/linux/linux-5.10/drivers/net/phy/ |
H A D | phy_device.c | 686 * get_phy_c45_ids - reads the specified addr for its 802.3-c45 IDs. 698 static int get_phy_c45_ids(struct mii_bus *bus, int addr, in get_phy_c45_ids() function 849 r = get_phy_c45_ids(bus, addr, &c45_ids); in get_phy_device()
|
Completed in 8 milliseconds