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

/linux-master/drivers/thunderbolt/
H A Dtb.c1358 struct tb_tunnel *first_tunnel; local
1366 first_tunnel = NULL;
1379 if (!first_tunnel) {
1387 first_tunnel = tunnel;
1389 first_tunnel->src_port, first_tunnel->dst_port);
1432 if (first_tunnel)
1433 tb_reclaim_usb3_bandwidth(tb, first_tunnel->src_port,
1434 first_tunnel->dst_port);

Completed in 154 milliseconds