Searched refs:phy_link_speeds (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/ice/
H A Dice_lib.c2838 * @var phy_link_speeds
2847 static const uint16_t phy_link_speeds[] = { variable
3036 sysctl_speeds |= phy_link_speeds[bit];
3040 if ((bit + 64) < (int)ARRAY_SIZE(phy_link_speeds))
3041 sysctl_speeds |= phy_link_speeds[bit + 64];

Completed in 127 milliseconds