Home
last modified time | relevance | path

Searched refs:speed (Results 1 – 24 of 24) sorted by relevance

/systemd-251/src/shared/linux/ !
Dethtool.h113 __u16 speed; member
130 __u32 speed) in ethtool_cmd_speed_set() argument
132 ep->speed = (__u16)(speed & 0xFFFF); in ethtool_cmd_speed_set()
133 ep->speed_hi = (__u16)(speed >> 16); in ethtool_cmd_speed_set()
138 return ((__u32) ep->speed_hi << 16) | (__u32) ep->speed; in ethtool_cmd_speed()
1811 static inline int ethtool_validate_speed(__u32 speed) in ethtool_validate_speed() argument
1813 return speed <= INT_MAX || speed == (__u32)SPEED_UNKNOWN; in ethtool_validate_speed()
2078 __u32 speed; member
/systemd-251/src/shared/ !
Dethtool-util.c335 uint32_t speed; in ethtool_get_link_info() local
337 speed = ethtool_cmd_speed(&ecmd); in ethtool_get_link_info()
338 *ret_speed = speed == (uint32_t) SPEED_UNKNOWN ? in ethtool_get_link_info()
339 UINT64_MAX : (uint64_t) speed * 1000 * 1000; in ethtool_get_link_info()
841 .base.speed = ethtool_cmd_speed(&ecmd), in get_gset()
906 ethtool_cmd_speed_set(&ecmd, u->base.speed); in set_sset()
926 uint64_t speed, in ethtool_set_glinksettings() argument
941 speed == 0 && duplex < 0 && port < 0 && mdi == ETH_TP_MDI_INVALID) in ethtool_set_glinksettings()
950 if (speed > 0 || duplex >= 0 || port >= 0) { in ethtool_set_glinksettings()
953 speed = 0; in ethtool_set_glinksettings()
[all …]
Dethtool-util.h176 uint64_t speed,
/systemd-251/test/fuzz/fuzz-varlink/ !
Dmethod-reply4 "speed": "32434234",
/systemd-251/src/udev/net/ !
Dlink-config.h65 uint64_t speed; member
Dlink-config.c481 config->speed, config->duplex, config->port, config->mdi); in link_apply_ethtool_settings()
490 if (config->speed > 0) in link_apply_ethtool_settings()
492 DIV_ROUND_UP(config->speed, 1000000)); in link_apply_ethtool_settings()
Dlink-config-gperf.gperf51 … config_parse_si_uint64, 0, offsetof(LinkConfig, speed)
/systemd-251/src/network/ !
Dmeson.build136 'networkd-speed-meter.c',
137 'networkd-speed-meter.h',
Dnetworkctl.c336 uint64_t speed; member
673 &link->speed, in acquire_ether_link_info()
2157 if (info->speed > 0) { in link_status_one()
2161 TABLE_BPS, info->speed); in link_status_one()
/systemd-251/hwdb.d/ !
D70-pointingstick.hwdb4 # laptop pointingsticks have the same speed / feel, and per model adjustment
D20-usb-classes.hwdb186 ID_USB_PROTOCOL_FROM_DATABASE=Full speed (or root) hub
Dusb.ids1700 4712 USB4712 high-speed hub
1701 4713 USB4715 high-speed hub (2 ports disabled)
1702 4714 USB4715 high-speed hub (1 port disabled)
1703 4715 USB4715 high-speed hub
1705 4912 USB4912 high-speed hub (1 port disabled)
1706 4914 USB4914 high-speed hub
1707 4916 USB4916 high-speed hub
1709 4925 USB4925 high-speed hub (primary upstream)
1710 4927 USB4927 high-speed hub (primary upstream)
1711 4931 USB4925/4927 high-speed hub (secondary upstream)
[all …]
D60-keyboard.hwdb417 KEYBOARD_KEY_67=prog3 # Fan speed control button
D20-usb-vendor-model.hwdb5037 ID_MODEL_FROM_DATABASE=USB4712 high-speed hub
5040 ID_MODEL_FROM_DATABASE=USB4715 high-speed hub (2 ports disabled)
5043 ID_MODEL_FROM_DATABASE=USB4715 high-speed hub (1 port disabled)
5046 ID_MODEL_FROM_DATABASE=USB4715 high-speed hub
5052 ID_MODEL_FROM_DATABASE=USB4912 high-speed hub (1 port disabled)
5055 ID_MODEL_FROM_DATABASE=USB4914 high-speed hub
5058 ID_MODEL_FROM_DATABASE=USB4916 high-speed hub
5064 ID_MODEL_FROM_DATABASE=USB4925 high-speed hub (primary upstream)
5067 ID_MODEL_FROM_DATABASE=USB4927 high-speed hub (primary upstream)
5070 ID_MODEL_FROM_DATABASE=USB4925/4927 high-speed hub (secondary upstream)
[all …]
Dma-medium.txt4538 58-48-49 (hex) X-speed lnformation Technology Co.,Ltd
4539 200000-2FFFFF (base 16) X-speed lnformation Technology Co.,Ltd
22352 68-91-D0 (hex) Fuzhou x-speed information technology Co.,Ltd.
22353 D00000-DFFFFF (base 16) Fuzhou x-speed information technology Co.,Ltd.
Dpci.ids25198 adc1 ADC200ME High speed ADC
34840 # PMC Format FPGA design with 8 high speed UART channels
D20-OUI.hwdb63744 ID_OUI_FROM_DATABASE=X-speed lnformation Technology Co.,Ltd
68118 ID_OUI_FROM_DATABASE=Fuzhou x-speed information technology Co.,Ltd.
D20-pci-vendor-model.hwdb73977 ID_MODEL_FROM_DATABASE=ADC200ME High speed ADC
/systemd-251/test/fuzz/fuzz-udev-database/ !
Dsample.txt267 E:ID_USB_PROTOCOL_FROM_DATABASE=Full speed (or root) hub
/systemd-251/docs/ !
DHACKING.md64 that you're currently using, you can speed up the initial mkosi run by having it
DCODING_STYLE.md541 `float`. Processors speak `double` natively anyway, so there is no speed
/systemd-251/catalog/ !
Dsystemd.catalog.in279 syslog implementation has not been able to keep up with the speed of
/systemd-251/ !
DTODO1476 - sd-journal: speed up sd_journal_get_data() with transparent hash table in bg
1546 with a nice speed-up on services that have many processes running in the same
DNEWS4617 measured speed may be shown by 'networkctl status'.
5520 logs out. This is useful to speed up repetitive re-connections of the
11532 and will apply attributes like the naming policy, link speed,
13687 speed things up a bit.