Lines Matching defs:port_phy
1610 phy_id = phy_decode(np->parent->port_phy, np->port);
2084 phy_id = phy_decode(np->parent->port_phy, np->port);
4727 int type = phy_decode(np->parent->port_phy, np->port);
8667 int type = phy_decode(parent->port_phy, i);
8902 parent->port_phy = val;
8923 if (parent->port_phy == PORT_PHY_UNKNOWN) {
8933 if (parent->port_phy == PORT_PHY_INVALID)
9338 u32 port_phy = p->port_phy;
9342 if (port_phy == PORT_PHY_UNKNOWN ||
9343 port_phy == PORT_PHY_INVALID)
9350 type = phy_decode(port_phy, i);
9435 __ATTR(port_phy, 0444, show_port_phy, NULL),