HomeSort by: relevance | last modified time | path
    Searched defs:pcie_linkspeed_strings (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
ppb.c 61 static const char pcie_linkspeed_strings[6][5] = { variable in typeref:typename:const char[6][5]
177 if (mls < __arraycount(pcie_linkspeed_strings)) {
179 mlw, pcie_linkspeed_strings[mls]);
191 if (ls < __arraycount(pcie_linkspeed_strings)) {
194 lw, pcie_linkspeed_strings[ls]);

Completed in 11 milliseconds