Home
last modified time | relevance | path

Searched refs:use_lt (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/pci/
H A Dpci.c4914 * @use_lt: Use the LT bit if TRUE, or the DLLLA bit if FALSE.
4921 bool use_lt, bool active) in pcie_wait_for_link_status()
4927 lnksta_mask = use_lt ? PCI_EXP_LNKSTA_LT : PCI_EXP_LNKSTA_DLLLA; in pcie_wait_for_link_status()
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) in pcie_retrain_link() argument
4963 rc = pcie_wait_for_link_status(pdev, use_lt, !use_lt); in pcie_retrain_link()
4977 return pcie_wait_for_link_status(pdev, use_lt, !use_lt); in pcie_retrain_link()
4920 pcie_wait_for_link_status(struct pci_dev *pdev, bool use_lt, bool active) pcie_wait_for_link_status() argument
[all...]
H A Dpci.h560 int pcie_retrain_link(struct pci_dev *pdev, bool use_lt);

Completed in 13 milliseconds