Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dtb.c1405 struct tb_tunnel *first_tunnel; in tb_recalc_estimated_bandwidth_for_group() local
1413 first_tunnel = NULL; in tb_recalc_estimated_bandwidth_for_group()
1426 if (!first_tunnel) { in tb_recalc_estimated_bandwidth_for_group()
1434 first_tunnel = tunnel; in tb_recalc_estimated_bandwidth_for_group()
1436 first_tunnel->src_port, first_tunnel->dst_port); in tb_recalc_estimated_bandwidth_for_group()
1479 if (first_tunnel) in tb_recalc_estimated_bandwidth_for_group()
1480 tb_reclaim_usb3_bandwidth(tb, first_tunnel->src_port, in tb_recalc_estimated_bandwidth_for_group()
1481 first_tunnel->dst_port); in tb_recalc_estimated_bandwidth_for_group()