Home
last modified time | relevance | path

Searched refs:up_port (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/thunderbolt/
Dtb.c149 struct tb_port *up_port; in tb_activate_pcie_devices() local
161 up_port = tb_find_pci_up_port(sw); in tb_activate_pcie_devices()
162 if (!up_port) { in tb_activate_pcie_devices()
168 cap = tb_find_cap(up_port, TB_CFG_PORT, TB_CAP_PCIE); in tb_activate_pcie_devices()
171 if (tb_port_read(up_port, &data, TB_CFG_PORT, cap, 1)) in tb_activate_pcie_devices()
174 tb_port_info(up_port, in tb_activate_pcie_devices()
181 tb_port_info(up_port, in tb_activate_pcie_devices()
185 tunnel = tb_pci_alloc(tb, up_port, down_port); in tb_activate_pcie_devices()
187 tb_port_info(up_port, in tb_activate_pcie_devices()
193 tb_port_info(up_port, in tb_activate_pcie_devices()
Dtunnel_pci.c19 tb_route(__tunnel->up_port->sw), \
20 __tunnel->up_port->port, \
66 tunnel->up_port = up; in tb_pci_alloc()
180 res = tb_pci_port_active(tunnel->up_port, true); in tb_pci_restart()
224 tb_pci_port_active(tunnel->up_port, false); in tb_pci_deactivate()
Dtunnel_pci.h14 struct tb_port *up_port; member