Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/thunderbolt/
Dtunnel_pci.c147 static int tb_pci_port_active(struct tb_port *port, bool active) in tb_pci_port_active() function
176 res = tb_pci_port_active(tunnel->down_port, true); in tb_pci_restart()
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()
225 tb_pci_port_active(tunnel->down_port, false); in tb_pci_deactivate()