Lines Matching refs:dp_resources
36 struct list_head dp_resources; member
193 list_add_tail(&port->list, &tcm->dp_resources); in tb_add_dp_resources()
209 list_for_each_entry_safe(port, tmp, &tcm->dp_resources, list) { in tb_remove_dp_resources()
222 list_for_each_entry(p, &tcm->dp_resources, list) { in tb_discover_dp_resource()
229 list_add_tail(&port->list, &tcm->dp_resources); in tb_discover_dp_resource()
1256 list_for_each_entry(port, &tcm->dp_resources, list) { in tb_find_dp_out()
1305 list_for_each_entry(port, &tcm->dp_resources, list) { in tb_tunnel_dp()
1454 list_for_each_entry(p, &tcm->dp_resources, list) { in tb_dp_resource_available()
1461 list_add_tail(&port->list, &tcm->dp_resources); in tb_dp_resource_available()
1481 while (!list_empty(&tcm->dp_resources)) { in tb_disconnect_and_release_dp()
1484 port = list_first_entry(&tcm->dp_resources, in tb_disconnect_and_release_dp()
2452 INIT_LIST_HEAD(&tcm->dp_resources); in tb_probe()