Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c160 struct rx_attention *rx_attention; in ath11k_dp_rx_h_attn_msdu_len_err() local
163 rx_attention = ath11k_dp_rx_get_attention(ab, desc); in ath11k_dp_rx_h_attn_msdu_len_err()
164 errmap = ath11k_dp_rx_h_attn_mpdu_err(rx_attention); in ath11k_dp_rx_h_attn_msdu_len_err()
1860 struct rx_attention *rx_attention; in ath11k_dp_rx_h_csum_offload() local
2243 struct rx_attention *rx_attention; in ath11k_dp_rx_h_mpdu() local
2513 struct rx_attention *rx_attention; in ath11k_dp_rx_process_msdu() local
2539 if (!ath11k_dp_rx_h_attn_msdu_done(rx_attention)) { in ath11k_dp_rx_process_msdu()
3356 struct rx_attention *rx_attention; in ath11k_dp_rx_h_defrag() local
3957 struct rx_attention *rx_attention; in ath11k_dp_rx_h_null_q_desc() local
3972 if (!ath11k_dp_rx_h_attn_msdu_done(rx_attention)) { in ath11k_dp_rx_h_null_q_desc()
[all …]
H A Drx_desc.h136 struct rx_attention { struct
1437 struct rx_attention attention;
1456 struct rx_attention attention;
1475 struct rx_attention attention;
H A 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()
H A Dhw.h267 struct rx_attention *(*rx_desc_get_attention)(struct hal_rx_desc *desc);
/linux-6.15/drivers/net/wireless/ath/ath10k/
H A Dhtt.h2110 struct rx_attention attention;
2133 struct rx_attention attention;
2169 struct rx_attention *(*rx_desc_get_attention)(struct htt_rx_desc *rxd);
2237 static inline struct rx_attention *
H A Dhtt.c190 static struct rx_attention *
H A Dhtt_rx.c359 struct rx_attention *rx_desc_attention; in ath10k_htt_rx_amsdu_pop()
659 struct rx_attention *rxd_attention; in ath10k_htt_rx_pop_paddr32_list()
724 struct rx_attention *rxd_attention; in ath10k_htt_rx_pop_paddr64_list()
978 struct rx_attention *rxd_attention; in ath10k_htt_rx_h_rates()
1109 struct rx_attention *rxd_attention; in ath10k_htt_rx_h_peer_channel()
1272 struct rx_attention *rxd_attention; in ath10k_htt_rx_h_ppdu()
1807 struct rx_attention *rxd_attention; in ath10k_htt_rx_get_csum_state()
1935 struct rx_attention *rxd_attention; in ath10k_htt_rx_h_mpdu()
H A Drx_desc.h48 struct rx_attention { struct
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dhal.h1062 struct rx_attention *(*rx_desc_get_attention)(struct hal_rx_desc *desc);