Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dtb_regs.h277 TB_TYPE_PCIE_UP = 0x100102, enumerator
H A Dtunnel.c570 if (!tb_switch_find_port(port->sw, TB_TYPE_PCIE_UP)) in tb_tunnel_reserved_pci()
577 if (!tb_switch_find_port(port->remote->sw, TB_TYPE_PCIE_UP)) in tb_tunnel_reserved_pci()
H A Dtb.c2259 up = tb_switch_find_port(sw, TB_TYPE_PCIE_UP); in tb_disconnect_pci()
2281 up = tb_switch_find_port(sw, TB_TYPE_PCIE_UP); in tb_tunnel_pci()
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 Dtb.h648 return port && port->config.type == TB_TYPE_PCIE_UP; in tb_port_is_pcie_up()
H A Dswitch.c1333 case TB_TYPE_PCIE_UP: in tb_port_is_enabled()