Lines Matching refs:speed
106 * Get the speed-duplex stats specified in the ether_spdx_t table passed in
114 uint32_t speed;
122 KSTAT_DATA_UINT32, &speed)) != DLADM_STATUS_OK) {
136 if (speed == 0)
191 * For a given param type, parse the list of speed-duplex pairs in
193 * as <speed><speed-unit-char>-<duplex-chars> where <speed> is the value of
194 * speed, in units specifid by the <speed-unit-char> which is one
205 int speed;
215 speed = spdx[i].lesd_speed;
218 * if we have already covered this speed for
222 if (speed == spdx[j].lesd_speed)
228 if ((speed % 1000) == 0) {
229 speed = speed/1000;
235 speed, speed_unit);
242 * Find all the supported duplex values for this speed.
285 /* get current values of speed, duplex, state of link */
338 /* get all the supported speed/duplex values */