Home
last modified time | relevance | path

Searched refs:probe_info (Results 1 – 3 of 3) sorted by relevance

/src/crypto/openssl/ssl/quic/
H A Dquic_txp.c1389 OSSL_ACKM_PROBE_INFO *probe_info in txp_determine_archetype() local
1399 if (probe_info->anti_deadlock_initial > 0 in txp_determine_archetype()
1400 || probe_info->anti_deadlock_handshake > 0) in txp_determine_archetype()
1406 if (probe_info->pto[pn_space] > 0) in txp_determine_archetype()
1477 OSSL_ACKM_PROBE_INFO *probe_info in txp_should_try_staging() local
1481 && probe_info->anti_deadlock_initial > 0) in txp_should_try_staging()
1483 && probe_info->anti_deadlock_handshake > 0) in txp_should_try_staging()
1484 || probe_info->pto[pn_space] > 0) in txp_should_try_staging()
3120 OSSL_ACKM_PROBE_INFO *probe_info in txp_pkt_commit() local
3124 && probe_info->anti_deadlock_initial > 0) in txp_pkt_commit()
[all …]
/src/sys/contrib/dev/athk/ath11k/
H A Dwmi.c4141 struct wmi_bcn_prb_info *probe_info; in ath11k_wmi_probe_resp_tmpl() local
4155 len = sizeof(*cmd) + sizeof(*probe_info) + TLV_HDR_SIZE + aligned_len; in ath11k_wmi_probe_resp_tmpl()
4170 probe_info = ptr; in ath11k_wmi_probe_resp_tmpl()
4172 probe_info = (void *)ptr; in ath11k_wmi_probe_resp_tmpl()
4174 len = sizeof(*probe_info); in ath11k_wmi_probe_resp_tmpl()
4175 probe_info->tlv_header = FIELD_PREP(WMI_TLV_TAG, in ath11k_wmi_probe_resp_tmpl()
4178 probe_info->caps = 0; in ath11k_wmi_probe_resp_tmpl()
4179 probe_info->erp = 0; in ath11k_wmi_probe_resp_tmpl()
4181 ptr += sizeof(*probe_info); in ath11k_wmi_probe_resp_tmpl()
/src/sys/contrib/dev/athk/ath12k/
H A Dwmi.c3926 struct ath12k_wmi_bcn_prb_info_params *probe_info; in ath12k_wmi_probe_resp_tmpl() local
3940 len = sizeof(*cmd) + sizeof(*probe_info) + TLV_HDR_SIZE + aligned_len; in ath12k_wmi_probe_resp_tmpl()
3955 probe_info = ptr; in ath12k_wmi_probe_resp_tmpl()
3957 probe_info = (void *)ptr; in ath12k_wmi_probe_resp_tmpl()
3959 len = sizeof(*probe_info); in ath12k_wmi_probe_resp_tmpl()
3960 probe_info->tlv_header = ath12k_wmi_tlv_cmd_hdr(WMI_TAG_BCN_PRB_INFO, in ath12k_wmi_probe_resp_tmpl()
3962 probe_info->caps = 0; in ath12k_wmi_probe_resp_tmpl()
3963 probe_info->erp = 0; in ath12k_wmi_probe_resp_tmpl()
3965 ptr += sizeof(*probe_info); in ath12k_wmi_probe_resp_tmpl()