Searched refs:phyindex (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/phy/ |
| H A D | phy_link_topology.c | 69 if (phy->phyindex) in phy_link_topo_add_phy() 70 ret = xa_insert(&topo->phys, phy->phyindex, pdn, GFP_KERNEL); in phy_link_topo_add_phy() 72 ret = xa_alloc_cyclic(&topo->phys, &phy->phyindex, pdn, in phy_link_topo_add_phy() 96 pdn = xa_erase(&topo->phys, phy->phyindex); in phy_link_topo_del_phy()
|
| /linux/include/linux/ |
| H A D | phy_link_topology.h | 47 phy_link_topo_get_phy(struct net_device *dev, u32 phyindex) in phy_link_topo_get_phy() argument 55 pdn = xa_load(&topo->phys, phyindex); in phy_link_topo_get_phy() 76 phy_link_topo_get_phy(struct net_device *dev, u32 phyindex) in phy_link_topo_get_phy() argument
|
| /linux/net/ethtool/ |
| H A D | phy.c | 20 u32 phyindex; 86 pdn = xa_load(&topo->phys, phydev->phyindex); in ethnl_phy_fill_reply() 90 rep_data->phyindex = phydev->phyindex; in ethnl_phy_fill_reply() 97 rep_data->upstream_index = upstream->phyindex; in ethnl_phy_fill_reply() 117 if (nla_put_u32(skb, ETHTOOL_A_PHY_INDEX, rep_data->phyindex) || in ethnl_phy_fill_reply()
|
| H A D | tsinfo.c | 367 reply_data->ts_info.phc_phyindex = phydev->phyindex; in ethnl_tsinfo_dump_one_phydev()
|
| H A D | common.c | 1052 info->phc_phyindex = phy->phyindex; in ethtool_get_ts_info_by_phc() 1087 info->phc_phyindex = phydev->phyindex; in __ethtool_get_ts_info()
|
| /linux/Documentation/networking/ |
| H A D | phy-link-topology.rst | 103 The whole point of having a topology representation is to assign the phyindex
|