Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/host/
Dpcie-iproc.c161 bool link_is_active = false; in iproc_pcie_check_link() local
189 link_is_active = true; in iproc_pcie_check_link()
191 if (!link_is_active) { in iproc_pcie_check_link()
213 link_is_active = true; in iproc_pcie_check_link()
217 dev_info(pcie->dev, "link: %s\n", link_is_active ? "UP" : "DOWN"); in iproc_pcie_check_link()
219 return link_is_active ? 0 : -ENODEV; in iproc_pcie_check_link()