Home
last modified time | relevance | path

Searched refs:tb_upstream_port (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/thunderbolt/
H A Dtmu.c378 struct tb_port *up = tb_upstream_port(sw); in tmu_mode_init()
576 up = tb_upstream_port(sw); in tb_switch_tmu_disable()
633 up = tb_upstream_port(sw); in tb_switch_tmu_off()
673 up = tb_upstream_port(sw); in tb_switch_tmu_enable_bidirectional()
706 struct tb_port *up = tb_upstream_port(sw); in tb_switch_tmu_disable_objections()
737 up = tb_upstream_port(sw); in tb_switch_tmu_enable_unidirectional()
786 up = tb_upstream_port(sw); in tb_switch_tmu_enable_enhanced()
826 up = tb_upstream_port(sw); in tb_switch_tmu_change_mode_prev()
872 up = tb_upstream_port(sw); in tb_switch_tmu_change_mode()
H A Dswitch.c887 next = tb_upstream_port(prev->sw); in tb_next_port_on_path()
2852 const struct tb_port *up = tb_upstream_port(sw); in tb_switch_lane_bonding_possible()
2871 up = tb_upstream_port(sw); in tb_switch_update_link_attributes()
2912 up = tb_upstream_port(sw); in tb_switch_link_init()
2958 up = tb_upstream_port(sw); in tb_switch_lane_bonding_enable()
3006 up = tb_upstream_port(sw); in tb_switch_lane_bonding_disable()
3039 up = tb_upstream_port(sw); in tb_switch_asym_enable()
3081 up = tb_upstream_port(sw); in tb_switch_asym_disable()
3134 up = tb_upstream_port(sw); in tb_switch_set_link_width()
3205 up = tb_upstream_port(sw); in tb_switch_configure_link()
[all …]
H A Dlc.c524 up = tb_upstream_port(sw); in tb_lc_lane_bonding_possible()
H A Dtb.h564 static inline struct tb_port *tb_upstream_port(struct tb_switch *sw) in tb_upstream_port() function
578 const struct tb_port *upstream_port = tb_upstream_port(port->sw); in tb_is_upstream_port()
H A Dicm.c662 tb_port_at(route, parent_sw)->remote = tb_upstream_port(sw); in add_switch()
663 tb_upstream_port(sw)->remote = tb_port_at(route, parent_sw); in add_switch()
680 tb_port_at(route, parent_sw)->remote = tb_upstream_port(sw); in update_switch()
H A Dtunnel.c301 struct tb_port *port = tb_upstream_port(tunnel->dst_port->sw); in tb_pci_set_ext_encapsulation()
2042 struct tb_port *port = tb_upstream_port(tunnel->dst_port->sw); in tb_usb3_consumed_bandwidth()
H A Dtb.c213 if (tb_tunnel_port_on_path(tunnel, tb_upstream_port(sw))) in tb_enable_clx()
1380 upstream_port = tb_upstream_port(sw); in tb_scan_port()
H A Ddebugfs.c1802 upstream = tb_upstream_port(sw); in margining_switch_init()
1819 upstream = tb_upstream_port(sw); in margining_switch_remove()
H A Dusb4.c403 up = tb_upstream_port(sw); in usb4_switch_lane_bonding_possible()