Searched refs:phyindex (Results 1 – 4 of 4) 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 | 82 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 D | phy-link-topology.rst | 103 The whole point of having a topology representation is to assign the phyindex
|