Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/ath/ath12k/
Ddp_mon.c2026 struct hal_mon_dest_desc *mon_dst_desc; in ath12k_dp_mon_srng_process() local
2064 mon_dst_desc = ath12k_hal_srng_dst_peek(ab, srng); in ath12k_dp_mon_srng_process()
2065 if (unlikely(!mon_dst_desc)) in ath12k_dp_mon_srng_process()
2068 cookie = le32_to_cpu(mon_dst_desc->cookie); in ath12k_dp_mon_srng_process()
2088 ppdu_id = le32_to_cpu(mon_dst_desc->ppdu_id); in ath12k_dp_mon_srng_process()
2089 end_of_ppdu = le32_get_bits(mon_dst_desc->info0, in ath12k_dp_mon_srng_process()
2442 struct hal_mon_dest_desc *mon_dst_desc; in ath12k_dp_mon_rx_process_stats() local
2466 mon_dst_desc = ath12k_hal_srng_dst_peek(ab, srng); in ath12k_dp_mon_rx_process_stats()
2467 if (unlikely(!mon_dst_desc)) in ath12k_dp_mon_rx_process_stats()
2469 cookie = le32_to_cpu(mon_dst_desc->cookie); in ath12k_dp_mon_rx_process_stats()
[all …]