Home
last modified time | relevance | path

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

/linux/drivers/net/phy/
H A 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/include/linux/
H A 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
/linux/net/ethtool/
H A 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/Documentation/networking/
H A Dphy-link-topology.rst103 The whole point of having a topology representation is to assign the phyindex