Lines Matching refs:unplug
52 bool unplug;
163 static void tb_queue_hotplug(struct tb *tb, u64 route, u8 port, bool unplug)
174 ev->unplug = unplug;
1675 "hotplug event from non existent switch %llx:%x (unplug: %d)\n",
1676 ev->route, ev->port, ev->unplug);
1681 "hotplug event from non existent port %llx:%x (unplug: %d)\n",
1682 ev->route, ev->port, ev->unplug);
1687 tb_dbg(tb, "hotplug event for upstream port %llx:%x (unplug: %d)\n",
1688 ev->route, ev->port, ev->unplug);
1694 if (ev->unplug) {
1736 "got unplug event for disconnected port, ignoring\n");
2036 if (tb_cfg_ack_plug(tb->ctl, route, pkg->port, pkg->unplug)) {
2041 tb_queue_hotplug(tb, route, pkg->port, pkg->unplug);