Home
last modified time | relevance | path

Searched refs:rx_attention (Results 1 – 9 of 9) sorted by relevance

/linux-6.6.21/drivers/net/wireless/ath/ath11k/
Ddp_rx.c102 static inline bool ath11k_dp_rx_h_attn_msdu_done(struct rx_attention *attn) in ath11k_dp_rx_h_attn_msdu_done()
108 static inline bool ath11k_dp_rx_h_attn_l4_cksum_fail(struct rx_attention *attn) in ath11k_dp_rx_h_attn_l4_cksum_fail()
114 static inline bool ath11k_dp_rx_h_attn_ip_cksum_fail(struct rx_attention *attn) in ath11k_dp_rx_h_attn_ip_cksum_fail()
120 static inline bool ath11k_dp_rx_h_attn_is_decrypted(struct rx_attention *attn) in ath11k_dp_rx_h_attn_is_decrypted()
127 static u32 ath11k_dp_rx_h_attn_mpdu_err(struct rx_attention *attn) in ath11k_dp_rx_h_attn_mpdu_err()
159 struct rx_attention *rx_attention; in ath11k_dp_rx_h_attn_msdu_len_err() local
162 rx_attention = ath11k_dp_rx_get_attention(ab, desc); in ath11k_dp_rx_h_attn_msdu_len_err()
163 errmap = ath11k_dp_rx_h_attn_mpdu_err(rx_attention); in ath11k_dp_rx_h_attn_msdu_len_err()
247 static inline u32 ath11k_dp_rxdesc_get_mpdulen_err(struct rx_attention *attn) in ath11k_dp_rxdesc_get_mpdulen_err()
289 struct rx_attention *attn = ath11k_dp_rx_get_attention(ab, desc); in ath11k_dp_rx_h_attn_is_mcbc()
[all …]
Drx_desc.h135 struct rx_attention { struct
1436 struct rx_attention attention;
1455 struct rx_attention attention;
1474 struct rx_attention attention;
Dhw.c363 sizeof(struct rx_attention)); in ath11k_hw_ipq8074_rx_desc_copy_attn_end()
401 struct rx_attention *ath11k_hw_ipq8074_rx_desc_get_attention(struct hal_rx_desc *desc) in ath11k_hw_ipq8074_rx_desc_get_attention()
540 sizeof(struct rx_attention)); in ath11k_hw_qcn9074_rx_desc_copy_attn_end()
567 struct rx_attention *ath11k_hw_qcn9074_rx_desc_get_attention(struct hal_rx_desc *desc) in ath11k_hw_qcn9074_rx_desc_get_attention()
711 sizeof(struct rx_attention)); in ath11k_hw_wcn6855_rx_desc_copy_attn_end()
738 struct rx_attention *ath11k_hw_wcn6855_rx_desc_get_attention(struct hal_rx_desc *desc) in ath11k_hw_wcn6855_rx_desc_get_attention()
Dhw.h265 struct rx_attention *(*rx_desc_get_attention)(struct hal_rx_desc *desc);
/linux-6.6.21/drivers/net/wireless/ath/ath10k/
Dhtt.h2106 struct rx_attention attention;
2129 struct rx_attention attention;
2165 struct rx_attention *(*rx_desc_get_attention)(struct htt_rx_desc *rxd);
2233 static inline struct rx_attention *
Dhtt.c189 static struct rx_attention *
Dhtt_rx.c358 struct rx_attention *rx_desc_attention; in ath10k_htt_rx_amsdu_pop()
658 struct rx_attention *rxd_attention; in ath10k_htt_rx_pop_paddr32_list()
723 struct rx_attention *rxd_attention; in ath10k_htt_rx_pop_paddr64_list()
977 struct rx_attention *rxd_attention; in ath10k_htt_rx_h_rates()
1108 struct rx_attention *rxd_attention; in ath10k_htt_rx_h_peer_channel()
1271 struct rx_attention *rxd_attention; in ath10k_htt_rx_h_ppdu()
1806 struct rx_attention *rxd_attention; in ath10k_htt_rx_get_csum_state()
1934 struct rx_attention *rxd_attention; in ath10k_htt_rx_h_mpdu()
Drx_desc.h47 struct rx_attention { struct
/linux-6.6.21/drivers/net/wireless/ath/ath12k/
Dhal.h1060 struct rx_attention *(*rx_desc_get_attention)(struct hal_rx_desc *desc);