Searched refs:phyindex (Results 1 – 4 of 4) sorted by relevance
| /linux/net/ethtool/ |
| H A D | phy.c | 20 u32 phyindex; member 87 pdn = xa_load(&topo->phys, phydev->phyindex); in phy_prepare_data() 91 rep_data->phyindex = phydev->phyindex; in phy_prepare_data() 109 rep_data->upstream_index = upstream->phyindex; in phy_prepare_data() 147 if (nla_put_u32(skb, ETHTOOL_A_PHY_INDEX, rep_data->phyindex) || in phy_fill_reply()
|
| /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/Documentation/networking/ |
| H A D | phy-link-topology.rst | 103 The whole point of having a topology representation is to assign the phyindex
|