Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/ath/ath12k/
Dhal_desc.h840 struct rx_mpdu_desc rx_mpdu_info; member
1025 struct rx_mpdu_desc rx_mpdu_info; member
1854 struct rx_mpdu_desc rx_mpdu_info; member
1944 struct rx_mpdu_desc rx_mpdu_info; member
1957 struct rx_mpdu_desc rx_mpdu_info; member
2087 struct rx_mpdu_desc rx_mpdu_info; member
Ddp_rx.c2661 rxcb->peer_id = le32_get_bits(desc->rx_mpdu_info.peer_meta_data, in ath12k_dp_rx_process()
2663 rxcb->tid = le32_get_bits(desc->rx_mpdu_info.info0, in ath12k_dp_rx_process()
3055 reo_ent_ring->rx_mpdu_info.info0 = cpu_to_le32(mpdu_info); in ath12k_dp_rx_h_defrag_reo_reinject()
3056 reo_ent_ring->rx_mpdu_info.peer_meta_data = in ath12k_dp_rx_h_defrag_reo_reinject()
3057 reo_dest_ring->rx_mpdu_info.peer_meta_data; in ath12k_dp_rx_h_defrag_reo_reinject()
3064 reo_ent_ring->queue_addr_lo = reo_dest_ring->rx_mpdu_info.peer_meta_data; in ath12k_dp_rx_h_defrag_reo_reinject()
3428 is_frag = !!(le32_to_cpu(reo_desc->rx_mpdu_info.info0) & in ath12k_dp_rx_process_err()
/Linux-v6.6/drivers/net/wireless/ath/ath11k/
Dhal_desc.h693 struct rx_mpdu_desc rx_mpdu_info; member
796 struct rx_mpdu_desc rx_mpdu_info; member
875 struct rx_mpdu_desc rx_mpdu_info; member
Dhal_rx.c1549 (struct rx_mpdu_desc *)&reo_ent_ring->rx_mpdu_info; in ath11k_hal_rx_reo_ent_buf_paddr_get()
1578 rx_mpdu_desc_info_details = &sw_mon_ring->rx_mpdu_info; in ath11k_hal_rx_sw_mon_ring_buf_paddr_get()
Ddp_rx.c2708 desc->rx_mpdu_info.meta_data); in ath11k_dp_process_rx()
2710 desc->rx_mpdu_info.info0); in ath11k_dp_process_rx()
3454 reo_ent_ring->rx_mpdu_info.info0 = mpdu_info; in ath11k_dp_rx_h_defrag_reo_reinject()
3455 reo_ent_ring->rx_mpdu_info.meta_data = reo_dest_ring->rx_mpdu_info.meta_data; in ath11k_dp_rx_h_defrag_reo_reinject()
3816 is_frag = !!(reo_desc->rx_mpdu_info.info0 & RX_MPDU_DESC_INFO0_FRAG_FLAG); in ath11k_dp_process_rx_err()