Lines Matching defs:tb
33 struct tb *tb; member
41 static void tb_queue_hotplug(struct tb *tb, u64 route, u8 port, bool unplug) in tb_queue_hotplug()
61 struct tb *tb = sw->tb; in tb_discover_tunnels() local
107 struct tb *tb = sw->tb; in tb_scan_xdomain() local
223 static int tb_free_tunnel(struct tb *tb, enum tb_tunnel_type type, in tb_free_tunnel()
246 static void tb_free_invalid_tunnels(struct tb *tb) in tb_free_invalid_tunnels()
361 static int tb_tunnel_dp(struct tb *tb, struct tb_port *out) in tb_tunnel_dp()
394 static void tb_teardown_dp(struct tb *tb, struct tb_port *out) in tb_teardown_dp()
399 static int tb_tunnel_pci(struct tb *tb, struct tb_switch *sw) in tb_tunnel_pci()
435 static int tb_approve_xdomain_paths(struct tb *tb, struct tb_xdomain *xd) in tb_approve_xdomain_paths()
468 static void __tb_disconnect_xdomain_paths(struct tb *tb, struct tb_xdomain *xd) in __tb_disconnect_xdomain_paths()
484 static int tb_disconnect_xdomain_paths(struct tb *tb, struct tb_xdomain *xd) in tb_disconnect_xdomain_paths()
504 struct tb *tb = ev->tb; in tb_handle_hotplug() local
587 static void tb_handle_event(struct tb *tb, enum tb_cfg_pkg_type type, in tb_handle_event()
609 static void tb_stop(struct tb *tb) in tb_stop()
651 static int tb_start(struct tb *tb) in tb_start()
693 static int tb_suspend_noirq(struct tb *tb) in tb_suspend_noirq()
705 static int tb_resume_noirq(struct tb *tb) in tb_resume_noirq()
756 static void tb_complete(struct tb *tb) in tb_complete()
784 struct tb *tb; in tb_probe() local