Lines Matching defs:speed
127 * Get the speed-duplex stats specified in the ether_spdx_t table passed in
135 uint32_t speed;
143 KSTAT_DATA_UINT32, &speed)) != DLADM_STATUS_OK) {
157 if (speed == 0)
212 * For a given param type, parse the list of speed-duplex pairs in
214 * as <speed><speed-unit-char>-<duplex-chars> where <speed> is the value of
215 * speed, in units specifid by the <speed-unit-char> which is one
226 int speed;
236 speed = spdx[i].lesd_speed;
239 * if we have already covered this speed for
243 if (speed == spdx[j].lesd_speed)
249 if ((speed % 1000) == 0) {
250 speed = speed/1000;
256 speed, speed_unit);
263 * Find all the supported duplex values for this speed.
306 /* get current values of speed, duplex, state of link */
359 /* get all the supported speed/duplex values */