Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/dev/athk/ath10k/
HDhtt_rx.c1441 bool is_decrypted, in ath10k_htt_rx_h_undecap_raw() argument
1533 if (!is_decrypted) in ath10k_htt_rx_h_undecap_raw()
1877 bool is_decrypted) in ath10k_htt_rx_h_undecap() argument
1909 is_decrypted, first_hdr); in ath10k_htt_rx_h_undecap()
2071 bool is_decrypted; in ath10k_htt_rx_h_mpdu() local
2136 is_decrypted = (enctype != HTT_RX_MPDU_ENCRYPT_NONE && in ath10k_htt_rx_h_mpdu()
2174 if (is_decrypted) { in ath10k_htt_rx_h_mpdu()
2188 if (frag && !fill_crypt_header && is_decrypted && in ath10k_htt_rx_h_mpdu()
2218 is_decrypted); in ath10k_htt_rx_h_mpdu()
2224 if (!is_decrypted) in ath10k_htt_rx_h_mpdu()
/freebsd-head/sys/contrib/dev/athk/ath12k/
HDdp_rx.c2216 bool is_decrypted = false; in ath12k_dp_rx_h_mpdu() local
2243 is_decrypted = ath12k_dp_rx_h_is_decrypted(ab, rx_desc); in ath12k_dp_rx_h_mpdu()
2257 if (is_decrypted) { in ath12k_dp_rx_h_mpdu()
2270 enctype, rx_status, is_decrypted); in ath12k_dp_rx_h_mpdu()
2272 if (!is_decrypted || fill_crypto_hdr) in ath12k_dp_rx_h_mpdu()
2905 bool is_decrypted = false; in ath12k_dp_rx_h_defrag() local
2920 is_decrypted = ath12k_dp_rx_h_is_decrypted(ab, in ath12k_dp_rx_h_defrag()
2923 if (is_decrypted) { in ath12k_dp_rx_h_defrag()
/freebsd-head/sys/contrib/dev/athk/ath11k/
HDdp_rx.c2290 bool is_decrypted = false; in ath11k_dp_rx_h_mpdu() local
2322 is_decrypted = ath11k_dp_rx_h_attn_is_decrypted(rx_attention); in ath11k_dp_rx_h_mpdu()
2336 if (is_decrypted) { in ath11k_dp_rx_h_mpdu()
2349 enctype, rx_status, is_decrypted); in ath11k_dp_rx_h_mpdu()
2351 if (!is_decrypted || fill_crypto_hdr) in ath11k_dp_rx_h_mpdu()
3352 bool is_decrypted = false; in ath11k_dp_rx_h_defrag() local
3368 is_decrypted = ath11k_dp_rx_h_attn_is_decrypted(rx_attention); in ath11k_dp_rx_h_defrag()
3371 if (is_decrypted) { in ath11k_dp_rx_h_defrag()