Searched refs:down_port (Results 1 – 3 of 3) sorted by relevance
17 tb_route(__tunnel->down_port->sw), \18 __tunnel->down_port->port, \65 tunnel->down_port = down; in tb_pci_alloc()176 res = tb_pci_port_active(tunnel->down_port, true); in tb_pci_restart()225 tb_pci_port_active(tunnel->down_port, false); in tb_pci_deactivate()
150 struct tb_port *down_port; in tb_activate_pcie_devices() local179 down_port = tb_find_unused_down_port(tb->root_switch); in tb_activate_pcie_devices()180 if (!down_port) { in tb_activate_pcie_devices()185 tunnel = tb_pci_alloc(tb, up_port, down_port); in tb_activate_pcie_devices()
15 struct tb_port *down_port; member