Lines Matching defs:speed_hi
50 * @speed_hi: High bits of the speed64 * The link speed in Mbps is split between @speed and @speed_hi. Use106 __u16 speed_hi;118 ep->speed_hi = (__u16)(speed >> 16);123 return (ep->speed_hi << 16) | ep->speed;