Home
last modified time | relevance | path

Searched refs:port_phy (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/sun/
Dniu.c1627 phy_id = phy_decode(np->parent->port_phy, np->port); in xcvr_init_10g()
2101 phy_id = phy_decode(np->parent->port_phy, np->port); in link_status_10g()
4747 int type = phy_decode(np->parent->port_phy, np->port); in niu_init_drr_weight()
8682 int type = phy_decode(parent->port_phy, i); in niu_divide_channels()
8917 parent->port_phy = val; in walk_phys()
8938 if (parent->port_phy == PORT_PHY_UNKNOWN) { in niu_probe_ports()
8948 if (parent->port_phy == PORT_PHY_INVALID) in niu_probe_ports()
9352 u32 port_phy = p->port_phy; in show_port_phy() local
9356 if (port_phy == PORT_PHY_UNKNOWN || in show_port_phy()
9357 port_phy == PORT_PHY_INVALID) in show_port_phy()
[all …]
Dniu.h3081 u32 port_phy; member