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()
723 __le32_to_cpu(rxd->attention.flags), in ath10k_htt_rx_h_rates()
782 if (rxd->attention.flags & in ath10k_htt_rx_h_peer_channel()
914 is_first_ppdu = !!(rxd->attention.flags & in ath10k_htt_rx_h_ppdu()
916 is_last_ppdu = !!(rxd->attention.flags & in ath10k_htt_rx_h_ppdu()
1288 flags = __le32_to_cpu(rxd->attention.flags); in ath10k_htt_rx_get_csum_state()
1333 u32 attention; in ath10k_htt_rx_h_mpdu() local
1361 attention = __le32_to_cpu(rxd->attention.flags); in ath10k_htt_rx_h_mpdu()
1363 has_fcs_err = !!(attention & RX_ATTENTION_FLAGS_FCS_ERR); in ath10k_htt_rx_h_mpdu()
1364 has_crypto_err = !!(attention & RX_ATTENTION_FLAGS_DECRYPT_ERR); in ath10k_htt_rx_h_mpdu()
1365 has_tkip_err = !!(attention & RX_ATTENTION_FLAGS_TKIP_MIC_ERR); in ath10k_htt_rx_h_mpdu()
1366 has_peer_idx_invalid = !!(attention & RX_ATTENTION_FLAGS_PEER_IDX_INVALID); in ath10k_htt_rx_h_mpdu()
1523 is_mgmt = !!(rxd->attention.flags & in ath10k_htt_rx_amsdu_allowed()
1525 has_fcs_err = !!(rxd->attention.flags & in ath10k_htt_rx_amsdu_allowed()