Lines Matching refs:unplug
46 bool unplug;
51 static void tb_queue_hotplug(struct tb *tb, u64 route, u8 port, bool unplug)
62 ev->unplug = unplug;
1131 "hotplug event from non existent switch %llx:%x (unplug: %d)\n",
1132 ev->route, ev->port, ev->unplug);
1137 "hotplug event from non existent port %llx:%x (unplug: %d)\n",
1138 ev->route, ev->port, ev->unplug);
1143 tb_dbg(tb, "hotplug event for upstream port %llx:%x (unplug: %d)\n",
1144 ev->route, ev->port, ev->unplug);
1150 if (ev->unplug) {
1188 "got unplug event for disconnected port, ignoring\n");
1235 if (tb_cfg_ack_plug(tb->ctl, route, pkg->port, pkg->unplug)) {
1240 tb_queue_hotplug(tb, route, pkg->port, pkg->unplug);