Searched refs:tb_switch_find_port (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/thunderbolt/ |
H A D | tb.c | 914 up = tb_switch_find_port(sw, TB_TYPE_USB3_UP); in tb_tunnel_usb3() 937 parent_up = tb_switch_find_port(parent, TB_TYPE_USB3_UP); in tb_tunnel_usb3() 2228 up = tb_switch_find_port(sw, TB_TYPE_PCIE_UP); in tb_disconnect_pci() 2250 up = tb_switch_find_port(sw, TB_TYPE_PCIE_UP); in tb_tunnel_pci() 2300 nhi_port = tb_switch_find_port(tb->root_switch, TB_TYPE_NHI); in tb_approve_xdomain_paths() 2348 nhi_port = tb_switch_find_port(tb->root_switch, TB_TYPE_NHI); in __tb_disconnect_xdomain_paths()
|
H A D | tunnel.c | 490 if (!tb_switch_find_port(port->sw, TB_TYPE_PCIE_UP)) in tb_tunnel_reserved_pci() 492 if (!tb_switch_find_port(port->remote->sw, TB_TYPE_PCIE_DOWN)) in tb_tunnel_reserved_pci() 495 if (!tb_switch_find_port(port->sw, TB_TYPE_PCIE_DOWN)) in tb_tunnel_reserved_pci() 497 if (!tb_switch_find_port(port->remote->sw, TB_TYPE_PCIE_UP)) in tb_tunnel_reserved_pci()
|
H A D | switch.c | 3794 struct tb_port *tb_switch_find_port(struct tb_switch *sw, in tb_switch_find_port() function
|