Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thunderbolt/
Dtunnel.c121 if (!tb_pci_port_is_enabled(down)) in tb_tunnel_discover_pci()
165 if (!tb_pci_port_is_enabled(tunnel->dst_port)) { in tb_tunnel_discover_pci()
Dtb.h609 bool tb_pci_port_is_enabled(struct tb_port *port);
Dtb.c351 if (WARN_ON(tb_pci_port_is_enabled(&sw->ports[index]))) in tb_find_pcie_down()
Dswitch.c787 return tb_pci_port_is_enabled(port); in tb_port_is_enabled()
802 bool tb_pci_port_is_enabled(struct tb_port *port) in tb_pci_port_is_enabled() function