Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thunderbolt/
Dtunnel_pci.c148 static int tb_pci_port_active(struct tb_port *port, bool active) in tb_pci_port_active() function
177 res = tb_pci_port_active(tunnel->down_port, true); in tb_pci_restart()
181 res = tb_pci_port_active(tunnel->up_port, true); in tb_pci_restart()
219 tb_pci_port_active(tunnel->up_port, false); in tb_pci_deactivate()
220 tb_pci_port_active(tunnel->down_port, false); in tb_pci_deactivate()