Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/
H A Dosdep.h120 #define PCI_EXP_LNKSTA_NLW PCIE_LINKSTS_NEG_WIDTH_MASK macro
/titanic_41/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c4873 p->width = (val & PCI_EXP_LNKSTA_NLW) >> 4; in get_pci_mode()