Lines Matching defs:unplug
82 bool unplug;
93 static void tb_queue_hotplug(struct tb *tb, u64 route, u8 port, bool unplug)
104 ev->unplug = unplug;
2112 * If we get hot-unplug for the DP IN port of the host router
2439 "hotplug event from non existent switch %llx:%x (unplug: %d)\n",
2440 ev->route, ev->port, ev->unplug);
2445 "hotplug event from non existent port %llx:%x (unplug: %d)\n",
2446 ev->route, ev->port, ev->unplug);
2451 tb_dbg(tb, "hotplug event for upstream port %llx:%x (unplug: %d)\n",
2452 ev->route, ev->port, ev->unplug);
2458 if (ev->unplug) {
2495 tb_dp_resource_unavailable(tb, port, "adapter unplug");
2501 "got unplug event for disconnected port, ignoring\n");
2933 if (tb_cfg_ack_plug(tb->ctl, route, pkg->port, pkg->unplug)) {
2938 tb_queue_hotplug(tb, route, pkg->port, pkg->unplug);