OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pcie_linkspeeds
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/pci/
pci_subr.c
1783
static const char * const
pcie_linkspeeds
[] = {
variable in typeref:typename:const char * const[]
1803
else if ((val < 1) || (val > __arraycount(
pcie_linkspeeds
)))
1806
printf("%sGT/s\n",
pcie_linkspeeds
[val - 1]);
1826
if (i >= __arraycount(
pcie_linkspeeds
))
1829
printf(" %sGT/s",
pcie_linkspeeds
[i]);
Completed in 15 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025