Lines Matching full:pdn
15 struct phy_device_node *pdn; member
31 struct phy_device_node *pdn = req_info->pdn; in ethnl_phy_reply_size() local
32 struct phy_device *phydev = pdn->phy; in ethnl_phy_reply_size()
51 const char *upstream_sfp_name = sfp_get_name(pdn->parent_sfp_bus); in ethnl_phy_reply_size()
76 struct phy_device_node *pdn = req_info->pdn; in ethnl_phy_fill_reply() local
77 struct phy_device *phydev = pdn->phy; in ethnl_phy_fill_reply()
80 ptype = pdn->upstream_type; in ethnl_phy_fill_reply()
92 struct phy_device *upstream = pdn->upstream.phydev; in ethnl_phy_fill_reply()
99 if (pdn->parent_sfp_bus) { in ethnl_phy_fill_reply()
100 sfp_upstream_name = sfp_get_name(pdn->parent_sfp_bus); in ethnl_phy_fill_reply()
139 req_info->pdn = xa_load(&topo->phys, phydev->phyindex); in ethnl_phy_parse_request()
167 if (!req_info.pdn) in ethnl_phy_doit()
250 struct phy_device_node *pdn; in ethnl_phy_dump_one_dev() local
257 xa_for_each_start(&dev->link_topo->phys, ctx->phy_index, pdn, ctx->phy_index) { in ethnl_phy_dump_one_dev()
270 pri->pdn = pdn; in ethnl_phy_dump_one_dev()