Searched refs:tb_tunnel_alloc_pci (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/thunderbolt/ |
D | tunnel.h | 69 struct tb_tunnel *tb_tunnel_alloc_pci(struct tb *tb, struct tb_port *up,
|
D | test.c | 1340 tunnel1 = tb_tunnel_alloc_pci(NULL, up, down); in tb_test_tunnel_pcie() 1355 tunnel2 = tb_tunnel_alloc_pci(NULL, up, down); in tb_test_tunnel_pcie() 1953 tunnel = tb_tunnel_alloc_pci(NULL, up, down); in tb_test_credit_alloc_legacy_not_bonded() 1986 tunnel = tb_tunnel_alloc_pci(NULL, up, down); in tb_test_credit_alloc_legacy_bonded() 2019 tunnel = tb_tunnel_alloc_pci(NULL, up, down); in tb_test_credit_alloc_pcie() 2067 tunnel = tb_tunnel_alloc_pci(NULL, up, down); in tb_test_credit_alloc_without_dp() 2309 pcie_tunnel = tb_tunnel_alloc_pci(NULL, up, down); in TB_TEST_PCIE_TUNNEL()
|
D | tb.c | 1158 tunnel = tb_tunnel_alloc_pci(tb, up, down); in tb_tunnel_pci()
|
D | tunnel.c | 299 struct tb_tunnel *tb_tunnel_alloc_pci(struct tb *tb, struct tb_port *up, in tb_tunnel_alloc_pci() function
|