Lines Matching defs:port_phy
1629 phy_id = phy_decode(np->parent->port_phy, np->port);
2103 phy_id = phy_decode(np->parent->port_phy, np->port);
4746 int type = phy_decode(np->parent->port_phy, np->port);
8691 int type = phy_decode(parent->port_phy, i);
8926 parent->port_phy = val;
8947 if (parent->port_phy == PORT_PHY_UNKNOWN) {
8957 if (parent->port_phy == PORT_PHY_INVALID)
9362 u32 port_phy = p->port_phy;
9366 if (port_phy == PORT_PHY_UNKNOWN ||
9367 port_phy == PORT_PHY_INVALID)
9374 type = phy_decode(port_phy, i);
9459 __ATTR(port_phy, 0444, show_port_phy, NULL),