Searched refs:tb_port_is_pcie_up (Results 1 – 3 of 3) sorted by relevance
94 if (tb_port_is_pcie_up(tunnel->dst_port)) in tb_pci_activate()179 if (!tb_port_is_pcie_up(tunnel->dst_port)) { in tb_tunnel_discover_pci()
316 if (tb_port_is_pcie_down(port) || tb_port_is_pcie_up(port)) { in port_cap_show()
483 static inline bool tb_port_is_pcie_up(const struct tb_port *port) in tb_port_is_pcie_up() function