Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thunderbolt/
Dtunnel_pci.h13 struct tb_pci_tunnel { struct
22 struct tb_pci_tunnel *tb_pci_alloc(struct tb *tb, struct tb_port *up, argument
24 void tb_pci_free(struct tb_pci_tunnel *tunnel);
25 int tb_pci_activate(struct tb_pci_tunnel *tunnel);
26 int tb_pci_restart(struct tb_pci_tunnel *tunnel);
27 void tb_pci_deactivate(struct tb_pci_tunnel *tunnel);
28 bool tb_pci_is_invalid(struct tb_pci_tunnel *tunnel);
Dtunnel_pci.c16 struct tb_pci_tunnel *__tunnel = (tunnel); \
59 struct tb_pci_tunnel *tb_pci_alloc(struct tb *tb, struct tb_port *up, in tb_pci_alloc()
62 struct tb_pci_tunnel *tunnel = kzalloc(sizeof(*tunnel), GFP_KERNEL); in tb_pci_alloc()
120 void tb_pci_free(struct tb_pci_tunnel *tunnel) in tb_pci_free()
134 bool tb_pci_is_invalid(struct tb_pci_tunnel *tunnel) in tb_pci_is_invalid()
162 int tb_pci_restart(struct tb_pci_tunnel *tunnel) in tb_pci_restart()
196 int tb_pci_activate(struct tb_pci_tunnel *tunnel) in tb_pci_activate()
212 void tb_pci_deactivate(struct tb_pci_tunnel *tunnel) in tb_pci_deactivate()
Dtb.c94 struct tb_pci_tunnel *tunnel; in tb_free_invalid_tunnels()
95 struct tb_pci_tunnel *n; in tb_free_invalid_tunnels()
181 struct tb_pci_tunnel *tunnel; in tb_activate_pcie_devices()
353 struct tb_pci_tunnel *tunnel; in tb_stop()
354 struct tb_pci_tunnel *n; in tb_stop()
418 struct tb_pci_tunnel *tunnel, *n; in tb_resume_noirq()