Home
last modified time | relevance | path

Searched refs:TB_TUNNEL_PCI (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/drivers/thunderbolt/
Dtunnel.h15 TB_TUNNEL_PCI, enumerator
104 return tunnel->type == TB_TUNNEL_PCI; in tb_tunnel_is_pci()
Dtunnel.c228 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()
Dtb.c1115 tunnel = tb_find_tunnel(tb, TB_TUNNEL_PCI, NULL, up); in tb_disconnect_pci()
Dtest.c1342 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()