Lines Matching refs:phy_port
594 u8 phy_port; in icm_fr_disconnect_xdomain_paths() local
597 phy_port = tb_phy_port_from_link(xd->link); in icm_fr_disconnect_xdomain_paths()
598 if (phy_port == 0) in icm_fr_disconnect_xdomain_paths()
754 u8 phy_port, sw_phy_port; in icm_fr_device_connected() local
757 phy_port = tb_phy_port_from_link(link); in icm_fr_device_connected()
767 if (sw->depth == depth && sw_phy_port == phy_port && in icm_fr_device_connected()
924 u8 xd_phy_port, phy_port; in icm_fr_xdomain_connected() local
927 phy_port = phy_port_from_route(route, depth); in icm_fr_xdomain_connected()
929 if (xd->depth == depth && xd_phy_port == phy_port) { in icm_fr_xdomain_connected()
1841 static int icm_reset_phy_port(struct tb *tb, int phy_port) in icm_reset_phy_port() argument
1852 if (phy_port) { in icm_reset_phy_port()