Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/controller/
H A Dpcie-iproc.c769 bool link_is_active = false; in iproc_pcie_check_link() local
805 link_is_active = true; in iproc_pcie_check_link()
807 if (!link_is_active) { in iproc_pcie_check_link()
828 link_is_active = true; in iproc_pcie_check_link()
832 dev_info(dev, "link: %s\n", link_is_active ? "UP" : "DOWN"); in iproc_pcie_check_link()
834 return link_is_active ? 0 : -ENODEV; in iproc_pcie_check_link()