Lines Matching refs:use_lt
4914 * @use_lt: Use the LT bit if TRUE, or the DLLLA bit if FALSE.
4921 bool use_lt, bool active)
4927 lnksta_mask = use_lt ? PCI_EXP_LNKSTA_LT : PCI_EXP_LNKSTA_DLLLA;
4944 * @use_lt: Use the LT bit if TRUE, or the DLLLA bit if FALSE, for status.
4947 * according to @use_lt. It is not verified whether the use of the DLLLA
4953 int pcie_retrain_link(struct pci_dev *pdev, bool use_lt)
4963 rc = pcie_wait_for_link_status(pdev, use_lt, !use_lt);
4977 return pcie_wait_for_link_status(pdev, use_lt, !use_lt);