Lines Matching refs:phy_port
574 u8 phy_port; in icm_fr_disconnect_xdomain_paths() local
577 phy_port = tb_phy_port_from_link(xd->link); in icm_fr_disconnect_xdomain_paths()
578 if (phy_port == 0) in icm_fr_disconnect_xdomain_paths()
736 u8 phy_port, sw_phy_port; in icm_fr_device_connected() local
740 phy_port = tb_phy_port_from_link(link); in icm_fr_device_connected()
750 if (sw->depth == depth && sw_phy_port == phy_port && in icm_fr_device_connected()
900 u8 xd_phy_port, phy_port; in icm_fr_xdomain_connected() local
903 phy_port = phy_port_from_route(route, depth); in icm_fr_xdomain_connected()
905 if (xd->depth == depth && xd_phy_port == phy_port) { in icm_fr_xdomain_connected()
1789 static int icm_reset_phy_port(struct tb *tb, int phy_port) in icm_reset_phy_port() argument
1800 if (phy_port) { in icm_reset_phy_port()