Searched refs:TB_TUNNEL_PCI (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.6/drivers/thunderbolt/ |
| D | tunnel.h | 15 TB_TUNNEL_PCI, enumerator 122 return tunnel->type == TB_TUNNEL_PCI; in tb_tunnel_is_pci()
|
| D | tunnel.c | 271 tunnel = tb_tunnel_alloc(tb, 2, TB_TUNNEL_PCI); in tb_tunnel_discover_pci() 348 tunnel = tb_tunnel_alloc(tb, 2, TB_TUNNEL_PCI); in tb_tunnel_alloc_pci()
|
| D | test.c | 1359 KUNIT_EXPECT_EQ(test, tunnel1->type, TB_TUNNEL_PCI); in tb_test_tunnel_pcie() 1374 KUNIT_EXPECT_EQ(test, tunnel2->type, TB_TUNNEL_PCI); in tb_test_tunnel_pcie()
|
| D | tb.c | 1499 tunnel = tb_find_tunnel(tb, TB_TUNNEL_PCI, NULL, up); in tb_disconnect_pci()
|