Home
last modified time | relevance | path

Searched refs:rx_mpdu_info (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dhal_desc.h864 struct rx_mpdu_desc rx_mpdu_info; member
1049 struct rx_mpdu_desc rx_mpdu_info; member
1878 struct rx_mpdu_desc rx_mpdu_info; member
1968 struct rx_mpdu_desc rx_mpdu_info; member
1981 struct rx_mpdu_desc rx_mpdu_info; member
2131 struct rx_mpdu_desc rx_mpdu_info; member
H A Ddp_rx.c2818 mpdu_info = &desc->rx_mpdu_info; in ath12k_dp_rx_process()
3241 reo_ent_ring->rx_mpdu_info.info0 = cpu_to_le32(mpdu_info); in ath12k_dp_rx_h_defrag_reo_reinject()
3242 reo_ent_ring->rx_mpdu_info.peer_meta_data = in ath12k_dp_rx_h_defrag_reo_reinject()
3243 reo_dest_ring->rx_mpdu_info.peer_meta_data; in ath12k_dp_rx_h_defrag_reo_reinject()
3639 is_frag = !!(le32_to_cpu(reo_desc->rx_mpdu_info.info0) & in ath12k_dp_rx_process_err()
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dhal_desc.h694 struct rx_mpdu_desc rx_mpdu_info; member
797 struct rx_mpdu_desc rx_mpdu_info; member
876 struct rx_mpdu_desc rx_mpdu_info; member
H A Dhal_rx.c1548 (struct rx_mpdu_desc *)&reo_ent_ring->rx_mpdu_info; in ath11k_hal_rx_reo_ent_buf_paddr_get()
1577 rx_mpdu_desc_info_details = &sw_mon_ring->rx_mpdu_info; in ath11k_hal_rx_sw_mon_ring_buf_paddr_get()
H A Ddp_rx.c2702 desc->rx_mpdu_info.meta_data); in ath11k_dp_process_rx()
2704 desc->rx_mpdu_info.info0); in ath11k_dp_process_rx()
3510 reo_ent_ring->rx_mpdu_info.info0 = mpdu_info; in ath11k_dp_rx_h_defrag_reo_reinject()
3511 reo_ent_ring->rx_mpdu_info.meta_data = reo_dest_ring->rx_mpdu_info.meta_data; in ath11k_dp_rx_h_defrag_reo_reinject()
3873 is_frag = !!(reo_desc->rx_mpdu_info.info0 & RX_MPDU_DESC_INFO0_FRAG_FLAG); in ath11k_dp_process_rx_err()