Home
last modified time | relevance | path

Searched refs:TB_TYPE_PCIE_DOWN (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/thunderbolt/
H A Dtb_regs.h276 TB_TYPE_PCIE_DOWN = 0x100101, enumerator
H A Dtest.c132 sw->ports[8].config.type = TB_TYPE_PCIE_DOWN; in alloc_host()
136 sw->ports[9].config.type = TB_TYPE_PCIE_DOWN; in alloc_host()
272 sw->ports[10].config.type = TB_TYPE_PCIE_DOWN; in alloc_dev_default()
276 sw->ports[11].config.type = TB_TYPE_PCIE_DOWN; in alloc_dev_default()
280 sw->ports[12].config.type = TB_TYPE_PCIE_DOWN; in alloc_dev_default()
491 { .route = 0x0, .port = 8, .type = TB_TYPE_PCIE_DOWN }, in tb_test_path_single_hop_walk()
884 .in_type = TB_TYPE_PCIE_DOWN, in tb_test_path_not_bonded_lane0()
H A Dtunnel.c572 if (!tb_switch_find_port(port->remote->sw, TB_TYPE_PCIE_DOWN)) in tb_tunnel_reserved_pci()
575 if (!tb_switch_find_port(port->sw, TB_TYPE_PCIE_DOWN)) in tb_tunnel_reserved_pci()
H A Dtb.c392 case TB_TYPE_PCIE_DOWN: in tb_switch_discover_tunnels()
1860 return tb_find_unused_port(sw, TB_TYPE_PCIE_DOWN); in tb_find_pcie_down()
H A Dtb.h643 return port && port->config.type == TB_TYPE_PCIE_DOWN; in tb_port_is_pcie_down()
H A Dusb4.c283 tb_switch_find_port(parent, TB_TYPE_PCIE_DOWN)) { in usb4_switch_setup()
H A Dswitch.c1334 case TB_TYPE_PCIE_DOWN: in tb_port_is_enabled()