Home
last modified time | relevance | path

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

/freebsd/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 …]
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwmi.c4194 struct wmi_bcn_prb_info *probe_info; in ath11k_wmi_probe_resp_tmpl() local
4208 len = sizeof(*cmd) + sizeof(*probe_info) + TLV_HDR_SIZE + aligned_len; in ath11k_wmi_probe_resp_tmpl()
4223 probe_info = ptr; in ath11k_wmi_probe_resp_tmpl()
4225 probe_info = (void *)ptr; in ath11k_wmi_probe_resp_tmpl()
4227 len = sizeof(*probe_info); in ath11k_wmi_probe_resp_tmpl()
4228 probe_info->tlv_header = FIELD_PREP(WMI_TLV_TAG, in ath11k_wmi_probe_resp_tmpl()
4231 probe_info->caps = 0; in ath11k_wmi_probe_resp_tmpl()
4232 probe_info->erp = 0; in ath11k_wmi_probe_resp_tmpl()
4234 ptr += sizeof(*probe_info); in ath11k_wmi_probe_resp_tmpl()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dwmi.c3978 struct ath12k_wmi_bcn_prb_info_params *probe_info; in ath12k_wmi_probe_resp_tmpl() local
3992 len = sizeof(*cmd) + sizeof(*probe_info) + TLV_HDR_SIZE + aligned_len; in ath12k_wmi_probe_resp_tmpl()
4007 probe_info = ptr; in ath12k_wmi_probe_resp_tmpl()
4009 probe_info = (void *)ptr; in ath12k_wmi_probe_resp_tmpl()
4011 len = sizeof(*probe_info); in ath12k_wmi_probe_resp_tmpl()
4012 probe_info->tlv_header = ath12k_wmi_tlv_cmd_hdr(WMI_TAG_BCN_PRB_INFO, in ath12k_wmi_probe_resp_tmpl()
4014 probe_info->caps = 0; in ath12k_wmi_probe_resp_tmpl()
4015 probe_info->erp = 0; in ath12k_wmi_probe_resp_tmpl()
4017 ptr += sizeof(*probe_info); in ath12k_wmi_probe_resp_tmpl()