Searched refs:tb_tunnel_alloc_dp (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/drivers/thunderbolt/ |
D | tunnel.h | 85 struct tb_tunnel *tb_tunnel_alloc_dp(struct tb *tb, struct tb_port *in,
|
D | test.c | 1409 tunnel = tb_tunnel_alloc_dp(NULL, in, out, 1, 0, 0); in tb_test_tunnel_dp() 1455 tunnel = tb_tunnel_alloc_dp(NULL, in, out, 1, 0, 0); in tb_test_tunnel_dp_chain() 1505 tunnel = tb_tunnel_alloc_dp(NULL, in, out, 1, 0, 0); in tb_test_tunnel_dp_tree() 1570 tunnel = tb_tunnel_alloc_dp(NULL, in, out, 1, 0, 0); in tb_test_tunnel_dp_max_length() 1640 tunnel1 = tb_tunnel_alloc_dp(NULL, in1, out1, 1, 0, 0); in tb_test_tunnel_3dp() 1648 tunnel2 = tb_tunnel_alloc_dp(NULL, in2, out2, 1, 0, 0); in tb_test_tunnel_3dp() 1656 tunnel3 = tb_tunnel_alloc_dp(NULL, in3, out3, 1, 0, 0); in tb_test_tunnel_3dp() 1753 dp_tunnel = tb_tunnel_alloc_dp(NULL, in, out, 1, 0, 0); in tb_test_tunnel_port_on_path() 2185 tunnel = tb_tunnel_alloc_dp(NULL, in, out, 1, 0, 0); in tb_test_credit_alloc_dp() 2421 dp_tunnel1 = tb_tunnel_alloc_dp(NULL, in, out, 1, 0, 0); in TB_TEST_DP_TUNNEL1() [all …]
|
D | tunnel.c | 1388 struct tb_tunnel *tb_tunnel_alloc_dp(struct tb *tb, struct tb_port *in, in tb_tunnel_alloc_dp() function
|
D | tb.c | 1379 tunnel = tb_tunnel_alloc_dp(tb, in, out, link_nr, available_up, in tb_tunnel_dp()
|