Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/plat-tools/files/
H A Dbletchley-net-util51 for port_phy in {0..6}
53 …P[port_phy]}" "${PORT_NAME_MAP[port_phy]}" "$(get_switch_port_link_st "${PORT_NUM_MAP[port_phy]}")"
64 for port_phy in {0..6}
71 …]: %04X\n" "$reg_offset" "$(mdio "$SWITCH_MDIO_BUS" phy "${PORT_NUM_MAP[port_phy]}" "$reg_offset")"
/openbmc/linux/drivers/net/ethernet/sun/
H A Dniu.c1629 phy_id = phy_decode(np->parent->port_phy, np->port); in xcvr_init_10g()
2103 phy_id = phy_decode(np->parent->port_phy, np->port); in link_status_10g()
8691 int type = phy_decode(parent->port_phy, i); in niu_divide_channels()
8926 parent->port_phy = val; in walk_phys()
8947 if (parent->port_phy == PORT_PHY_UNKNOWN) { in niu_probe_ports()
8957 if (parent->port_phy == PORT_PHY_INVALID) in niu_probe_ports()
9362 u32 port_phy = p->port_phy; in show_port_phy() local
9366 if (port_phy == PORT_PHY_UNKNOWN || in show_port_phy()
9367 port_phy == PORT_PHY_INVALID) in show_port_phy()
9374 type = phy_decode(port_phy, i); in show_port_phy()
[all …]
H A Dniu.h3082 u32 port_phy; member