Searched refs:down_port (Results 1 – 3 of 3) sorted by relevance
18 tb_route(__tunnel->down_port->sw), \19 __tunnel->down_port->port, \66 tunnel->down_port = down; in tb_pci_alloc()177 res = tb_pci_port_active(tunnel->down_port, true); in tb_pci_restart()220 tb_pci_port_active(tunnel->down_port, false); in tb_pci_deactivate()
180 struct tb_port *down_port; in tb_activate_pcie_devices() local211 down_port = tb_find_unused_down_port(tb->root_switch); in tb_activate_pcie_devices()212 if (!down_port) { in tb_activate_pcie_devices()217 tunnel = tb_pci_alloc(tb, up_port, down_port); in tb_activate_pcie_devices()
16 struct tb_port *down_port; member