Lines Matching refs:port_phy
1612 phy_id = phy_decode(np->parent->port_phy, np->port); in xcvr_init_10g()
2086 phy_id = phy_decode(np->parent->port_phy, np->port); in link_status_10g()
4731 int type = phy_decode(np->parent->port_phy, np->port); in niu_init_drr_weight()
8658 int type = phy_decode(parent->port_phy, i); in niu_divide_channels()
8893 parent->port_phy = val; in walk_phys()
8914 if (parent->port_phy == PORT_PHY_UNKNOWN) { in niu_probe_ports()
8924 if (parent->port_phy == PORT_PHY_INVALID) in niu_probe_ports()
9326 u32 port_phy = p->port_phy; in show_port_phy() local
9330 if (port_phy == PORT_PHY_UNKNOWN || in show_port_phy()
9331 port_phy == PORT_PHY_INVALID) in show_port_phy()
9338 type = phy_decode(port_phy, i); in show_port_phy()
9423 __ATTR(port_phy, 0444, show_port_phy, NULL),