Home
last modified time | relevance | path

Searched refs:RX_FLAG_ICV_STRIPPED (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/sys/contrib/dev/athk/ath12k/
HDdp_rx.c2047 if (status->flag & RX_FLAG_ICV_STRIPPED) in ath12k_dp_rx_h_undecap_raw()
2262 RX_FLAG_ICV_STRIPPED; in ath12k_dp_rx_h_mpdu()
2881 if (flags & RX_FLAG_ICV_STRIPPED) in ath12k_dp_rx_h_undecap_frag()
2927 flags |= RX_FLAG_ICV_STRIPPED | in ath12k_dp_rx_h_defrag()
/freebsd-14-stable/sys/contrib/dev/athk/ath11k/
HDdp_rx.c2100 if (status->flag & RX_FLAG_ICV_STRIPPED) in ath11k_dp_rx_h_undecap_raw()
2341 RX_FLAG_ICV_STRIPPED; in ath11k_dp_rx_h_mpdu()
3323 if (flags & RX_FLAG_ICV_STRIPPED) in ath11k_dp_rx_h_undecap_frag()
3375 flags |= RX_FLAG_ICV_STRIPPED | in ath11k_dp_rx_h_defrag()
/freebsd-14-stable/sys/contrib/dev/athk/ath10k/
HDhtt_rx.c1556 if (status->flag & RX_FLAG_ICV_STRIPPED) in ath10k_htt_rx_h_undecap_raw()
2182 RX_FLAG_ICV_STRIPPED; in ath10k_htt_rx_h_mpdu()
2777 rx_status->flag |= RX_FLAG_ICV_STRIPPED; in ath10k_htt_rx_proc_rx_ind_hl()
/freebsd-14-stable/sys/compat/linuxkpi/common/include/net/
HDmac80211.h589 RX_FLAG_ICV_STRIPPED = BIT(7), enumerator
/freebsd-14-stable/sys/contrib/dev/iwlwifi/mvm/
HDrxmq.c437 stats->flag |= RX_FLAG_ICV_STRIPPED; in iwl_mvm_rx_crypto()
/freebsd-14-stable/sys/compat/linuxkpi/common/src/
HDlinux_80211.c6744 if (rx_status->flag & RX_FLAG_ICV_STRIPPED)