Lines Matching refs:pdn
16 struct phy_device_node *pdn; member
32 struct phy_device_node *pdn = req_info->pdn; in ethnl_phy_reply_size() local
33 struct phy_device *phydev = pdn->phy; in ethnl_phy_reply_size()
52 const char *upstream_sfp_name = sfp_get_name(pdn->parent_sfp_bus); in ethnl_phy_reply_size()
77 struct phy_device_node *pdn = req_info->pdn; in ethnl_phy_fill_reply() local
78 struct phy_device *phydev = pdn->phy; in ethnl_phy_fill_reply()
81 ptype = pdn->upstream_type; in ethnl_phy_fill_reply()
93 struct phy_device *upstream = pdn->upstream.phydev; in ethnl_phy_fill_reply()
100 if (pdn->parent_sfp_bus) { in ethnl_phy_fill_reply()
101 sfp_upstream_name = sfp_get_name(pdn->parent_sfp_bus); in ethnl_phy_fill_reply()
140 req_info->pdn = xa_load(&topo->phys, phydev->phyindex); in ethnl_phy_parse_request()
169 if (!req_info.pdn) in ethnl_phy_doit()
254 struct phy_device_node *pdn; in ethnl_phy_dump_one_dev() local
261 xa_for_each_start(&dev->link_topo->phys, ctx->phy_index, pdn, ctx->phy_index) { in ethnl_phy_dump_one_dev()
274 pri->pdn = pdn; in ethnl_phy_dump_one_dev()