Searched refs:has_fcs_err (Results 1 – 1 of 1) sorted by relevance
1246 bool has_fcs_err; in ath10k_htt_rx_h_mpdu() local1281 has_fcs_err = !!(attention & RX_ATTENTION_FLAGS_FCS_ERR); in ath10k_htt_rx_h_mpdu()1291 !has_fcs_err && in ath10k_htt_rx_h_mpdu()1302 if (has_fcs_err) in ath10k_htt_rx_h_mpdu()1427 bool has_fcs_err; in ath10k_htt_rx_amsdu_allowed() local1443 has_fcs_err = !!(rxd->attention.flags & in ath10k_htt_rx_amsdu_allowed()1453 if (is_mgmt && !has_fcs_err) { in ath10k_htt_rx_amsdu_allowed()