Home
last modified time | relevance | path

Searched refs:TB_TYPE_PCIE_UP (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/thunderbolt/
H A Dtb_regs.h277 TB_TYPE_PCIE_UP = 0x100102, enumerator
H A Dtb.c1542 up = tb_switch_find_port(sw, TB_TYPE_PCIE_UP); in tb_disconnect_pci()
1564 up = tb_switch_find_port(sw, TB_TYPE_PCIE_UP); in tb_tunnel_pci()
H A Dtb.h613 return port && port->config.type == TB_TYPE_PCIE_UP; in tb_port_is_pcie_up()
H A Dtest.c268 sw->ports[9].config.type = TB_TYPE_PCIE_UP; in alloc_dev_default()
494 { .route = 0x1, .port = 9, .type = TB_TYPE_PCIE_UP }, in tb_test_path_single_hop_walk()
893 .out_type = TB_TYPE_PCIE_UP, in tb_test_path_not_bonded_lane0()
H A Dswitch.c1261 case TB_TYPE_PCIE_UP: in tb_port_is_enabled()