Lines Matching refs:attention
116 rx_desc->attention.flags = __cpu_to_le32(0); in __ath10k_htt_rx_ring_fill_n()
320 if (!(__le32_to_cpu(rx_desc->attention.flags) in ath10k_htt_rx_amsdu_pop()
368 msdu_len_invalid = !!(__le32_to_cpu(rx_desc->attention.flags) in ath10k_htt_rx_amsdu_pop()
400 trace_ath10k_htt_rx_desc(ar, &rx_desc->attention, in ath10k_htt_rx_amsdu_pop()
496 if (!(__le32_to_cpu(rxd->attention.flags) & in ath10k_htt_rx_pop_paddr_list()
835 is_first_ppdu = !!(rxd->attention.flags & in ath10k_htt_rx_h_ppdu()
837 is_last_ppdu = !!(rxd->attention.flags & in ath10k_htt_rx_h_ppdu()
1206 flags = __le32_to_cpu(rxd->attention.flags); in ath10k_htt_rx_get_csum_state()
1251 u32 attention; in ath10k_htt_rx_h_mpdu() local
1279 attention = __le32_to_cpu(rxd->attention.flags); in ath10k_htt_rx_h_mpdu()
1281 has_fcs_err = !!(attention & RX_ATTENTION_FLAGS_FCS_ERR); in ath10k_htt_rx_h_mpdu()
1282 has_crypto_err = !!(attention & RX_ATTENTION_FLAGS_DECRYPT_ERR); in ath10k_htt_rx_h_mpdu()
1283 has_tkip_err = !!(attention & RX_ATTENTION_FLAGS_TKIP_MIC_ERR); in ath10k_htt_rx_h_mpdu()
1284 has_peer_idx_invalid = !!(attention & RX_ATTENTION_FLAGS_PEER_IDX_INVALID); in ath10k_htt_rx_h_mpdu()
1441 is_mgmt = !!(rxd->attention.flags & in ath10k_htt_rx_amsdu_allowed()
1443 has_fcs_err = !!(rxd->attention.flags & in ath10k_htt_rx_amsdu_allowed()