Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A Dtunnel.c271 if (!tb_pci_port_is_enabled(down)) in tb_tunnel_discover_pci()
317 if (!tb_pci_port_is_enabled(tunnel->dst_port)) { in tb_tunnel_discover_pci()
H A Dtb.h1118 bool tb_pci_port_is_enabled(struct tb_port *port);
H A Dswitch.c1327 return tb_pci_port_is_enabled(port); in tb_port_is_enabled()
1377 bool tb_pci_port_is_enabled(struct tb_port *port) in tb_pci_port_is_enabled() function
H A Dtb.c1598 if (tb_pci_port_is_enabled(down)) in tb_find_pcie_down()