Home
last modified time | relevance | path

Searched refs:TB_TUNNEL_PCI (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/thunderbolt/
H A Dtunnel.h15 TB_TUNNEL_PCI, enumerator
97 return tunnel->type == TB_TUNNEL_PCI; in tb_tunnel_is_pci()
H A Dtunnel.c149 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 Dtest.c1232 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 Dtunnel.h15 TB_TUNNEL_PCI, enumerator
122 return tunnel->type == TB_TUNNEL_PCI; in tb_tunnel_is_pci()
H A Dtunnel.c271 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 Dtest.c1359 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 Dtb.c1499 tunnel = tb_find_tunnel(tb, TB_TUNNEL_PCI, NULL, up); in tb_disconnect_pci()

Completed in 13 milliseconds