Home
last modified time | relevance | path

Searched refs:phyindex (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/net/phy/
Dphy_link_topology.c69 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-6.12.1/include/linux/
Dphy_link_topology.h47 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
Dphy.h662 u32 phyindex; member
/linux-6.12.1/net/ethtool/
Dphy.c82 if (nla_put_u32(skb, ETHTOOL_A_PHY_INDEX, phydev->phyindex) || in ethnl_phy_fill_reply()
96 if (nla_put_u32(skb, ETHTOOL_A_PHY_UPSTREAM_INDEX, upstream->phyindex)) in ethnl_phy_fill_reply()
139 req_info->pdn = xa_load(&topo->phys, phydev->phyindex); in ethnl_phy_parse_request()
/linux-6.12.1/Documentation/networking/
Dphy-link-topology.rst103 The whole point of having a topology representation is to assign the phyindex