Home
last modified time | relevance | path

Searched refs:is_unplugged (Results 1 – 4 of 4) sorted by relevance

/drivers/thunderbolt/
Dswitch.c326 if (!sw->is_unplugged) in tb_switch_free()
441 if (sw->is_unplugged) { in tb_sw_set_unplugged()
445 sw->is_unplugged = true; in tb_sw_set_unplugged()
Dpath.c228 if (path->hops[i].in_port->sw->is_unplugged) in tb_path_is_invalid()
230 if (path->hops[i].out_port->sw->is_unplugged) in tb_path_is_invalid()
Dtb.h24 bool is_unplugged; /* unplugged, will go away */ member
Dtb.c88 if (port->remote->sw->is_unplugged) { in tb_free_unplugged_children()