Searched refs:TB_TUNNEL_PCI (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/drivers/thunderbolt/ |
D | tunnel.h | 15 TB_TUNNEL_PCI, enumerator 104 return tunnel->type == TB_TUNNEL_PCI; in tb_tunnel_is_pci()
|
D | tunnel.c | 228 tunnel = tb_tunnel_alloc(tb, 2, TB_TUNNEL_PCI); in tb_tunnel_discover_pci() 305 tunnel = tb_tunnel_alloc(tb, 2, TB_TUNNEL_PCI); in tb_tunnel_alloc_pci()
|
D | tb.c | 1115 tunnel = tb_find_tunnel(tb, TB_TUNNEL_PCI, NULL, up); in tb_disconnect_pci()
|
D | test.c | 1342 KUNIT_EXPECT_EQ(test, tunnel1->type, TB_TUNNEL_PCI); in tb_test_tunnel_pcie() 1357 KUNIT_EXPECT_EQ(test, tunnel2->type, TB_TUNNEL_PCI); in tb_test_tunnel_pcie()
|