Lines Matching full:unplug
76 bool unplug; member
81 static void tb_queue_hotplug(struct tb *tb, u64 route, u8 port, bool unplug) in tb_queue_hotplug() argument
92 ev->unplug = unplug; in tb_queue_hotplug()
2027 * If we get hot-unplug for the DP IN port of the host router in tb_enter_redrive()
2322 "hotplug event from non existent switch %llx:%x (unplug: %d)\n", in tb_handle_hotplug()
2323 ev->route, ev->port, ev->unplug); in tb_handle_hotplug()
2328 "hotplug event from non existent port %llx:%x (unplug: %d)\n", in tb_handle_hotplug()
2329 ev->route, ev->port, ev->unplug); in tb_handle_hotplug()
2334 tb_dbg(tb, "hotplug event for upstream port %llx:%x (unplug: %d)\n", in tb_handle_hotplug()
2335 ev->route, ev->port, ev->unplug); in tb_handle_hotplug()
2341 if (ev->unplug) { in tb_handle_hotplug()
2384 "got unplug event for disconnected port, ignoring\n"); in tb_handle_hotplug()
2780 if (tb_cfg_ack_plug(tb->ctl, route, pkg->port, pkg->unplug)) { in tb_handle_event()
2785 tb_queue_hotplug(tb, route, pkg->port, pkg->unplug); in tb_handle_event()