Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dpcie.c1257 if ((lnkctl2 & PCI_EXP_LNKCTL2_TLS) < target_vector) { in do_pcie_gen3_transition()
1258 lnkctl2 &= ~PCI_EXP_LNKCTL2_TLS; in do_pcie_gen3_transition()
1283 lnkctl2 &= ~PCI_EXP_LNKCTL2_TLS; in do_pcie_gen3_transition()
/Linux-v5.4/include/uapi/linux/
Dpci_regs.h670 #define PCI_EXP_LNKCTL2_TLS 0x000f macro
/Linux-v5.4/drivers/pci/controller/dwc/
Dpcie-tegra194.c330 val &= ~PCI_EXP_LNKCTL2_TLS; in apply_bad_link_workaround()