Home
last modified time | relevance | path

Searched full:hs (Results 1 – 25 of 547) sorted by relevance

12345678910>>...22

/freebsd/sys/netinet/tcp_stacks/
H A Dtailq_hash.c106 tqhash_min(struct tailq_hash *hs) in tqhash_min() argument
110 rsm = hs->rsm_min; in tqhash_min()
115 tqhash_max(struct tailq_hash *hs) in tqhash_max() argument
119 rsm = hs->rsm_max; in tqhash_max()
124 tqhash_empty(struct tailq_hash *hs) in tqhash_empty() argument
126 if (hs->count == 0) in tqhash_empty()
132 tqhash_find(struct tailq_hash *hs, uint32_t seq) in tqhash_find() argument
137 if ((SEQ_LT(seq, hs->min)) || in tqhash_find()
138 (hs->count == 0) || in tqhash_find()
139 (SEQ_GEQ(seq, hs->max))) { in tqhash_find()
[all …]
H A Dtailq_hash.h25 tqhash_min(struct tailq_hash *hs);
28 tqhash_max(struct tailq_hash *hs);
31 tqhash_empty(struct tailq_hash *hs);
34 tqhash_find(struct tailq_hash *hs, uint32_t seq);
37 tqhash_next(struct tailq_hash *hs, struct rack_sendmap *rsm);
40 tqhash_prev(struct tailq_hash *hs, struct rack_sendmap *rsm);
47 tqhash_remove(struct tailq_hash *hs, struct rack_sendmap *rsm, int type);
50 tqhash_insert(struct tailq_hash *hs, struct rack_sendmap *rsm);
53 tqhash_init(struct tailq_hash *hs);
56 tqhash_trim(struct tailq_hash *hs, uint32_t th_ack);
[all …]
/freebsd/sys/contrib/ck/src/
H A Dck_hs.c109 _ck_hs_next(struct ck_hs *hs, struct ck_hs_map *map, in _ck_hs_next() argument
121 if (hs->mode & CK_HS_MODE_OBJECT) in _ck_hs_next()
124 (void)hs; /* Avoid unused parameter warning. */ in _ck_hs_next()
146 ck_hs_next(struct ck_hs *hs, struct ck_hs_iterator *i, void **key) in ck_hs_next() argument
149 return _ck_hs_next(hs, hs->map, i, key); in ck_hs_next()
153 ck_hs_next_spmc(struct ck_hs *hs, struct ck_hs_iterator *i, void **key) in ck_hs_next_spmc() argument
158 m = i->map = ck_pr_load_ptr(&hs->map); in ck_hs_next_spmc()
161 return _ck_hs_next(hs, m, i, key); in ck_hs_next_spmc()
165 ck_hs_stat(struct ck_hs *hs, struct ck_hs_stat *st) in ck_hs_stat() argument
167 struct ck_hs_map *map = hs->map; in ck_hs_stat()
[all …]
H A Dck_rhs.c102 typedef long ck_rhs_probe_cb_t(struct ck_rhs *hs,
252 ck_rhs_set_load_factor(struct ck_rhs *hs, unsigned int load_factor) in ck_rhs_set_load_factor() argument
254 struct ck_rhs_map *map = hs->map; in ck_rhs_set_load_factor()
259 hs->load_factor = load_factor; in ck_rhs_set_load_factor()
260 map->max_entries = (map->capacity * (unsigned long)hs->load_factor) / 100; in ck_rhs_set_load_factor()
262 if (ck_rhs_grow(hs, map->capacity << 1) == false) in ck_rhs_set_load_factor()
264 map = hs->map; in ck_rhs_set_load_factor()
279 ck_rhs_next(struct ck_rhs *hs, struct ck_rhs_iterator *i, void **key) in ck_rhs_next() argument
281 struct ck_rhs_map *map = hs->map; in ck_rhs_next()
291 if (hs->mode & CK_RHS_MODE_OBJECT) in ck_rhs_next()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dqcom,usb-snps-femto-v2.yaml20 - qcom,sa8775p-usb-hs-phy
21 - qcom,sc8280xp-usb-hs-phy
22 - const: qcom,usb-snps-hs-5nm-phy
25 - qcom,qdu1000-usb-hs-phy
26 - qcom,sc7280-usb-hs-phy
27 - qcom,sc8180x-usb-hs-phy
28 - qcom,sdx55-usb-hs-phy
29 - qcom,sdx65-usb-hs-phy
30 - qcom,sm6375-usb-hs-phy
31 - qcom,sm8150-usb-hs-phy
[all …]
H A Dphy-stm32-usbphyc.yaml7 title: STMicroelectronics STM32 USB HS PHY controller
91 # all optional parameters to tune the interface of the PHY (HS for High-Speed, FS for Full-
102 st,decrease-hs-slew-rate:
103 description: Decreases the HS driver slew rate by 10%
106 st,tune-hs-dc-level:
108 Tunes the HS driver DC level
122 st,enable-hs-rftime-reduction:
123 description: Enables the HS rise/fall reduction feature
126 st,trim-hs-current:
128 Controls HS driver current trimming for choke compensation
[all …]
H A Dqcom,usb-hs-phy.yaml4 $id: http://devicetree.org/schemas/phy/qcom,usb-hs-phy.yaml#
7 title: Qualcomm's USB HS PHY
17 - qcom,usb-hs-phy-apq8064
18 - qcom,usb-hs-phy-msm8660
19 - qcom,usb-hs-phy-msm8960
43 - qcom,usb-hs-phy-apq8064
44 - qcom,usb-hs-phy-msm8226
45 - qcom,usb-hs-phy-msm8660
46 - qcom,usb-hs-phy-msm8916
47 - qcom,usb-hs-phy-msm8960
[all …]
H A Dqcom,usb-hs-phy.txt1 Qualcomm's USB HS PHY
8 Definition: Should contain "qcom,usb-hs-phy" and more specifically one of the
11 "qcom,usb-hs-phy-apq8064"
12 "qcom,usb-hs-phy-msm8916"
13 "qcom,usb-hs-phy-msm8974"
72 compatible = "qcom,usb-hs-phy-msm8974", "qcom,usb-hs-phy";
H A Dbrcm,stingray-usb-phy.txt5 - "brcm,sr-usb-combo-phy" is combo PHY has two PHYs, one SS and one HS.
6 - "brcm,sr-usb-hs-phy" is a single HS PHY.
10 the PHY number of two PHYs. 0 for HS PHY and 1 for SS PHY.
11 - Must be 0 for brcm,sr-usb-hs-phy.
29 compatible = "brcm,sr-usb-hs-phy";
H A Dtransmit-amplitude.yaml65 - usb-hs
72 - ufs-hs
73 - ufs-hs-a
74 - ufs-hs-b
102 tx-p2p-microvolt-names = "2500base-x", "usb-hs", "usb-ss";
H A Dqcom,ipq806x-usb-phy-hs.yaml4 $id: http://devicetree.org/schemas/phy/qcom,ipq806x-usb-phy-hs.yaml#
7 title: Qualcomm ipq806x usb DWC3 HS PHY CONTROLLER
19 const: qcom,ipq806x-usb-phy-hs
51 compatible = "qcom,ipq806x-usb-phy-hs";
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ref10/
H A Dsign.c12 _crypto_sign_ed25519_ref10_hinit(crypto_hash_sha512_state *hs, int prehashed) in _crypto_sign_ed25519_ref10_hinit() argument
21 crypto_hash_sha512_init(hs); in _crypto_sign_ed25519_ref10_hinit()
23 crypto_hash_sha512_update(hs, DOM2PREFIX, sizeof DOM2PREFIX); in _crypto_sign_ed25519_ref10_hinit()
38 _crypto_sign_ed25519_synthetic_r_hv(crypto_hash_sha512_state *hs, in _crypto_sign_ed25519_synthetic_r_hv() argument
51 crypto_hash_sha512_update(hs, B, 32); in _crypto_sign_ed25519_synthetic_r_hv()
52 crypto_hash_sha512_update(hs, empty_labelset, 3); in _crypto_sign_ed25519_synthetic_r_hv()
54 crypto_hash_sha512_update(hs, Z, 32); in _crypto_sign_ed25519_synthetic_r_hv()
55 crypto_hash_sha512_update(hs, zeros, 128 - (32 + 3 + 32) % 128); in _crypto_sign_ed25519_synthetic_r_hv()
56 crypto_hash_sha512_update(hs, sk, 32); in _crypto_sign_ed25519_synthetic_r_hv()
57 crypto_hash_sha512_update(hs, zeros, 128 - 32 % 128); in _crypto_sign_ed25519_synthetic_r_hv()
[all …]
H A Dobsolete.c37 crypto_hash_sha512_state hs; in crypto_sign_edwards25519sha512batch() local
44 crypto_hash_sha512_init(&hs); in crypto_sign_edwards25519sha512batch()
45 crypto_hash_sha512_update(&hs, sk + 32, 32); in crypto_sign_edwards25519sha512batch()
46 crypto_hash_sha512_update(&hs, m, mlen); in crypto_sign_edwards25519sha512batch()
47 crypto_hash_sha512_final(&hs, nonce); in crypto_sign_edwards25519sha512batch()
53 crypto_hash_sha512_init(&hs); in crypto_sign_edwards25519sha512batch()
54 crypto_hash_sha512_update(&hs, sig, 32); in crypto_sign_edwards25519sha512batch()
55 crypto_hash_sha512_update(&hs, m, mlen); in crypto_sign_edwards25519sha512batch()
56 crypto_hash_sha512_final(&hs, hram); in crypto_sign_edwards25519sha512batch()
H A Dopen.c20 crypto_hash_sha512_state hs; in _crypto_sign_ed25519_verify_detached() local
43 _crypto_sign_ed25519_ref10_hinit(&hs, prehashed); in _crypto_sign_ed25519_verify_detached()
44 crypto_hash_sha512_update(&hs, sig, 32); in _crypto_sign_ed25519_verify_detached()
45 crypto_hash_sha512_update(&hs, pk, 32); in _crypto_sign_ed25519_verify_detached()
46 crypto_hash_sha512_update(&hs, m, mlen); in _crypto_sign_ed25519_verify_detached()
47 crypto_hash_sha512_final(&hs, h); in _crypto_sign_ed25519_verify_detached()
/freebsd/usr.bin/ruptime/
H A Druptime.c46 static struct hs { struct
49 } *hs; variable
151 #define HS(a) ((const struct hs *)(a)) macro
158 strcmp(HS(a1)->hs_wd.wd_hostname, HS(a2)->hs_wd.wd_hostname)); in hscmp()
165 if (ISDOWN(HS(a1))) in lcmp()
166 if (ISDOWN(HS(a2))) in lcmp()
170 else if (ISDOWN(HS(a2))) in lcmp()
174 (HS(a2)->hs_wd.wd_loadav[0] - HS(a1)->hs_wd.wd_loadav[0])); in lcmp()
180 struct hs *hsp; in ruptime()
205 if ((hs = in ruptime()
[all …]
/freebsd/tools/tools/ath/athsurvey/
H A Dathsurvey.c52 get_survey_stats(int s, const char *ifname, HAL_CHANNEL_SURVEY *hs) in get_survey_stats() argument
63 atd.ad_out_data = (caddr_t) hs; in get_survey_stats()
74 process_survey_stats(HAL_CHANNEL_SURVEY *hs) in process_survey_stats() argument
89 if (hs->samples[i].cycle_count == 0) in process_survey_stats()
96 cycle_count = hs->samples[i].cycle_count; in process_survey_stats()
103 tx = (float) hs->samples[i].tx_busy * 100.0 / in process_survey_stats()
104 hs->samples[i].cycle_count; in process_survey_stats()
105 rx = (float) hs->samples[i].rx_busy * 100.0 / in process_survey_stats()
106 hs->samples[i].cycle_count; in process_survey_stats()
107 cc = (float) hs->samples[i].chan_busy * 100.0 / in process_survey_stats()
[all …]
/freebsd/contrib/wpa/wpa_supplicant/
H A Dhs20_supplicant.c489 wpa_dbg(wpa_s, MSG_DEBUG, "HS 2.0: Too short Icon Binary File " in hs20_process_icon_binary_file()
494 wpa_printf(MSG_DEBUG, "HS 2.0: Download Status Code %u", *pos); in hs20_process_icon_binary_file()
501 wpa_dbg(wpa_s, MSG_DEBUG, "HS 2.0: Too short Icon Binary File " in hs20_process_icon_binary_file()
511 wpa_dbg(wpa_s, MSG_DEBUG, "HS 2.0: Too short Icon Binary File " in hs20_process_icon_binary_file()
520 wpa_dbg(wpa_s, MSG_DEBUG, "HS 2.0: Too short Icon Binary File " in hs20_process_icon_binary_file()
570 wpa_printf(MSG_DEBUG, "HS 2.0: Icon fetch dur=%d ms res=%d", in hs20_osu_icon_fetch_result()
613 " HS Capability List", MAC2STR(sa)); in hs20_parse_rx_hs20_anqp_resp()
614 wpa_hexdump_ascii(MSG_DEBUG, "HS Capability List", pos, slen); in hs20_parse_rx_hs20_anqp_resp()
634 wpa_dbg(wpa_s, MSG_DEBUG, "HS 2.0: Too short WAN " in hs20_parse_rx_hs20_anqp_resp()
826 wpa_printf(MSG_DEBUG, "HS 2.0: Ready to fetch next icon"); in hs20_next_osu_icon()
[all …]
/freebsd/sys/dev/wg/
H A Dwg_noise.c950 struct noise_handshake *hs = &r->r_handshake; in noise_create_initiation() local
961 noise_param_init(hs->hs_ck, hs->hs_hash, r->r_public); in noise_create_initiation()
964 curve25519_generate_secret(hs->hs_e); in noise_create_initiation()
965 if (curve25519_generate_public(ue, hs->hs_e) == 0) in noise_create_initiation()
967 noise_msg_ephemeral(hs->hs_ck, hs->hs_hash, ue); in noise_create_initiation()
970 if (noise_mix_dh(hs->hs_ck, key, hs->hs_e, r->r_public) != 0) in noise_create_initiation()
975 NOISE_PUBLIC_KEY_LEN, key, hs->hs_hash); in noise_create_initiation()
978 if (noise_mix_ss(hs->hs_ck, key, r->r_ss) != 0) in noise_create_initiation()
984 NOISE_TIMESTAMP_LEN, key, hs->hs_hash); in noise_create_initiation()
1006 struct noise_handshake hs; in noise_consume_initiation() local
[all …]
/freebsd/contrib/libfido2/tools/
H A Dtest.sh82 make_cred no.tld "-h" wrap-hs
83 ! verify_cred "--" wrap-hs /dev/null /dev/null
84 verify_cred "-h" wrap-hs wrap-hs-cred wrap-hs-pubkey
85 ! verify_cred "-v" wrap-hs /dev/null /dev/null
86 verify_cred "-hc0" wrap-hs /dev/null /dev/null
87 ! verify_cred "-c0" wrap-hs /dev/null /dev/null
88 ! verify_cred "-c1" wrap-hs /dev/null /dev/null
89 ! verify_cred "-c2" wrap-hs /dev/null /dev/null
90 ! verify_cred "-c3" wrap-hs /dev/null /dev/null
103 make_cred no.tld "-hr" rk-hs
[all …]
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dstm32mp135f-dhcor-dhsbc.dts387 st,decrease-hs-slew-rate;
388 st,tune-hs-dc-level = <2>;
389 st,enable-hs-rftime-reduction;
390 st,trim-hs-current = <11>;
391 st,trim-hs-impedance = <2>;
393 st,enable-hs-rx-gain-eq;
394 st,no-hs-ftime-ctrl;
405 st,decrease-hs-slew-rate;
406 st,tune-hs-dc-level = <2>;
407 st,enable-hs-rftime-reduction;
[all …]
H A Dstm32mp135f-dk.dts528 st,decrease-hs-slew-rate;
529 st,tune-hs-dc-level = <2>;
530 st,enable-hs-rftime-reduction;
531 st,trim-hs-current = <11>;
532 st,trim-hs-impedance = <2>;
534 st,enable-hs-rx-gain-eq;
535 st,no-hs-ftime-ctrl;
542 st,decrease-hs-slew-rate;
543 st,tune-hs-dc-level = <2>;
544 st,enable-hs-rftime-reduction;
[all …]
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-imx.txt1 * Freescale Inter IC (I2C) and High Speed Inter IC (HS-I2C) for i.MX
8 - reg : Should contain I2C/HS-I2C registers location and length
9 - interrupts : Should contain I2C/HS-I2C interrupt
10 - clocks : Should contain the I2C/HS-I2C clock specifier
13 - clock-frequency : Constains desired I2C/HS-I2C bus clock frequency in Hz.
30 i2c@70038000 { /* HS-I2C on i.MX51 */
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h33 HS, // Carry set >, ==, or unordered enumerator
53 case HS: return LO; in getOppositeCondition()
54 case LO: return HS; in getOppositeCondition()
76 case ARMCC::HS: return ARMCC::LS; in getSwappedCondition()
79 case ARMCC::LS: return ARMCC::HS; in getSwappedCondition()
150 case ARMCC::HS: return "hs"; in ARMCondCodeToString()
171 .Case("hs", ARMCC::HS) in ARMCondCodeFromString()
172 .Case("cs", ARMCC::HS) in ARMCondCodeFromString()
/freebsd/sys/crypto/openssl/arm/
H A Dchacha-armv4.S245 itt hs
253 itt hs
264 itt hs
271 itt hs
283 itt hs
290 itt hs
301 itt hs
308 itt hs
323 itt hs
335 itt hs
[all …]
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Drenesas,rcar-usb2-clock-sel.txt44 - The functional clock of HS-USB side must be "hs-usb-if"
53 - The reset of HS-USB side must be "hs-usb-if"
63 clock-names = "ehci_ohci", "hs-usb-if", "usb_extal", "usb_xtal";
67 reset-names = "ehci_ohci", "hs-usb-if";

12345678910>>...22