Searched defs:full_speed (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_pci.c220 unsigned int full_speed)
222 if ((sp->s_pcie_linkspeed < full_speed) ||
228 (full_speed == 1) ? "2.5G" :
229 (full_speed == 2) ? "5.0G" :
230 (full_speed == 3) ? "8.0G" :
219 sfxge_pcie_check_link(sfxge_t *sp, unsigned int full_nlanes, unsigned int full_speed) argument

Completed in 44 milliseconds