Home
last modified time | relevance | path

Searched full:speeds (Results 1 – 25 of 254) sorted by relevance

1234567891011

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_baudrate.c105 static struct speed const speeds[] = variable
222 for (i = 0; i < SIZEOF(speeds); i++) { in _nc_baudrate()
223 if (speeds[i].given_speed > OSpeed) { in _nc_baudrate()
226 if (speeds[i].given_speed == OSpeed) { in _nc_baudrate()
227 result = speeds[i].actual_speed; in _nc_baudrate()
253 for (i = 0; i < SIZEOF(speeds); i++) { in _nc_ospeed()
254 if (speeds[i].actual_speed == BaudRate) { in _nc_ospeed()
255 result = speeds[i].given_speed; in _nc_ospeed()
/freebsd/share/man/man4/
H A Dmlx5en.492 ConnectX-6 supports 10/20/25/40/50/56/100Gb/200Gb/s speeds.
94 ConnectX-5 supports 10/20/25/40/50/56/100Gb/s speeds.
96 ConnectX-4 supports 10/20/25/40/50/56/100Gb/s speeds.
98 ConnectX-4 LX supports 10/25/40/50Gb/s speeds and reduced power consumption.
H A Dath.470 AR5210-based devices support 802.11a operation with transmit speeds
73 speeds as above for 802.11a operation and
76 with transmit speeds appropriate to each.
79 the 5GHz frequency range with 2x the transmit speeds.
H A Dmlx5ib.468 ConnectX-4 supports: 10/20/25/40/50/56/100Gb/s speeds.
69 ConnectX-4 LX supports: 10/25/40/50Gb/s speeds (and reduced power consumption):
H A Drue.458 both 10 and 100Mbps speeds in either full or half duplex.
63 achieve 100Mbps speeds with this device.
H A Dcdce.477 USB 1.x bridges support speeds of up to 12Mbps, and USB 2.0 speeds of
H A Dti.474 While the Tigon chipset supports 10, 100 and 1000Mbps speeds, support for
75 10 and 100Mbps speeds is only available on boards with the proper
78 however the driver should support those NICs that work at lower speeds
H A Drl.474 supports both 10 and 100Mbps speeds in either full or half duplex.
75 The 8129 can support the same speeds and modes given an appropriate
H A Dixl.4227 Set the speeds that the interface will advertise on the link.
229 contains the speeds that are allowed to be set.
/freebsd/contrib/ncurses/progs/
H A Dtset.c231 typedef struct speeds { struct
234 } SPEEDS; typedef
237 static const SPEEDS speeds[] = argument
242 static const SPEEDS speeds[] = variable
347 const SPEEDS *sp = 0; in tbaudrate()
354 for (n = 0; n < SIZEOF(speeds); ++n) { in tbaudrate()
355 if (n > 0 && (speeds[n].speed <= speeds[n - 1].speed)) { in tbaudrate()
356 /* if the speeds are not increasing, likely a numeric overflow */ in tbaudrate()
359 if (!CaselessCmp(rate, speeds[n].string)) { in tbaudrate()
360 sp = speeds + n; in tbaudrate()
/freebsd/usr.sbin/ppp/
H A Ddefs.c161 static const struct speeds { struct
164 } speeds[] = { argument
251 const struct speeds *sp; in SpeedToUnsigned()
253 for (sp = speeds; sp->nspeed; sp++) { in SpeedToUnsigned()
264 const struct speeds *sp; in UnsignedToSpeed()
266 for (sp = speeds; sp->nspeed; sp++) { in UnsignedToSpeed()
/freebsd/usr.bin/tip/tip/
H A Dremote37 # does not support speeds above 38400 bps and that speeds above that have
39 # better UARTs typically have no issues with the higher speeds.
/freebsd/sys/contrib/device-tree/Bindings/hwmon/
H A Dmaxim,max31790.yaml14 The MAX31790 controls the speeds of up to six fans using six
15 independent PWM outputs. The desired fan speeds (or PWM duty cycles)
H A Dgpio-fan.txt9 - gpio-fan,speed-map: A mapping of possible fan RPM speeds and the
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dfsl,fman-dtsec.yaml15 10/100/1000 MBit/s speeds, and the 10-Gigabit Ethernet Media Access Controller
16 (10GEC) for 10 Gbit/s speeds. Later versions of FMan use the Multirate
17 Ethernet Media Access Controller (mEMAC) to handle all speeds.
/freebsd/contrib/telnet/telnet/
H A Dbaud.h30 * Try to guess whether speeds are "encoded" (4.2BSD) or just numeric (4.4BSD).
79 * A table of available terminal speeds
/freebsd/usr.sbin/bsdconfig/include/
H A Dnetwork_device.hlp18 install itself at serial speeds of up to 115.2K/baud (the recommended
37 higher than what is typically possible over a serial line, and speeds
/freebsd/sys/contrib/device-tree/Bindings/thermal/
H A Dthermal-cooling-devices.yaml32 dissipated heat, e.g. regulating fan speeds.
37 different fan speeds possible. Cooling states are referred to by single
/freebsd/contrib/ofed/infiniband-diags/man/
H A Dibportstate.868 \fBespeed\fP is allowed on any port supporting extended link speeds
71 indicated if port\(aqs capability mask indicates extended link speeds are
/freebsd/contrib/tcsh/
H A Dmi.termios.c35 * to the name. Don't bother with the low speeds - Minix does not support
36 * them. Add support for higher speeds (speeds are now easy and don't need
/freebsd/sys/dev/dpaa2/
H A Ddpaa2_ni.h352 * adv_speeds: Speeds that are advertised for autoneg.
365 * adv_speeds: Speeds that are advertised for autoneg.
366 * sup_speeds: Speeds capability of the PHY.
/freebsd/sys/dev/iavf/
H A Diavf_lib.h266 * Enumeration of possible link speeds that the device could be operating in.
268 * additional higher speeds such as 50GB, and 100GB.
272 * link speeds reported to the operating system.
/freebsd/lib/libc/softfloat/
H A Dtimesoftfloat.txt79 (1000 kops/s is exactly 1 MFLOPS.) Speeds are reported in thousands instead
83 The speeds reported by `timesoftfloat' may be affected somewhat by other
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dusdhi6rol0.txt17 entry when the board requires distinct settings for UHS speeds.
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-exynos5.txt4 at various speeds ranging from 100khz to 3.4Mhz.

1234567891011