Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_pci.c146 sp->s_pcie_nlanes = 1; in sfxge_pci_init()
150 sp->s_pcie_nlanes = 2; in sfxge_pci_init()
154 sp->s_pcie_nlanes = 4; in sfxge_pci_init()
158 sp->s_pcie_nlanes = 8; in sfxge_pci_init()
200 sp->s_pcie_nlanes); in sfxge_pci_init()
223 (sp->s_pcie_nlanes < full_nlanes)) in sfxge_pcie_check_link()
237 sp->s_pcie_nlanes = 0; in sfxge_pci_fini()
H A Dsfxge.h766 unsigned int s_pcie_nlanes; member