Searched refs:TB_TUNNEL_PCI (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | tunnel.h | 15 TB_TUNNEL_PCI, enumerator 97 return tunnel->type == TB_TUNNEL_PCI; in tb_tunnel_is_pci()
|
H A D | tunnel.c | 149 tunnel = tb_tunnel_alloc(tb, 2, TB_TUNNEL_PCI); in tb_tunnel_discover_pci() 224 tunnel = tb_tunnel_alloc(tb, 2, TB_TUNNEL_PCI); in tb_tunnel_alloc_pci()
|
H A D | test.c | 1232 KUNIT_EXPECT_EQ(test, tunnel1->type, (enum tb_tunnel_type)TB_TUNNEL_PCI); in tb_test_tunnel_pcie() 1247 KUNIT_EXPECT_EQ(test, tunnel2->type, (enum tb_tunnel_type)TB_TUNNEL_PCI); in tb_test_tunnel_pcie()
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | tunnel.h | 15 TB_TUNNEL_PCI, enumerator 122 return tunnel->type == TB_TUNNEL_PCI; in tb_tunnel_is_pci()
|
H A 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()
|
H A 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()
|
H A D | tb.c | 1499 tunnel = tb_find_tunnel(tb, TB_TUNNEL_PCI, NULL, up); in tb_disconnect_pci()
|
Completed in 13 milliseconds