Home
last modified time | relevance | path

Searched refs:fill_crypto_hdr (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp_rx.c2212 bool fill_crypto_hdr; in ath12k_dp_rx_h_mpdu() local
2223 fill_crypto_hdr = ath12k_dp_rx_h_is_da_mcbc(ar->ab, rx_desc); in ath12k_dp_rx_h_mpdu()
2224 rxcb->is_mcbc = fill_crypto_hdr; in ath12k_dp_rx_h_mpdu()
2260 if (fill_crypto_hdr) in ath12k_dp_rx_h_mpdu()
2272 if (!is_decrypted || fill_crypto_hdr) in ath12k_dp_rx_h_mpdu()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp_rx.c2288 bool fill_crypto_hdr; in ath11k_dp_rx_h_mpdu() local
2299 fill_crypto_hdr = ath11k_dp_rx_h_attn_is_mcbc(ar->ab, rx_desc); in ath11k_dp_rx_h_mpdu()
2300 rxcb->is_mcbc = fill_crypto_hdr; in ath11k_dp_rx_h_mpdu()
2339 if (fill_crypto_hdr) in ath11k_dp_rx_h_mpdu()
2351 if (!is_decrypted || fill_crypto_hdr) in ath11k_dp_rx_h_mpdu()