Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_mon.c2063 struct hal_mon_dest_desc *mon_dst_desc; in ath12k_dp_mon_srng_process() local
2102 mon_dst_desc = ath12k_hal_srng_dst_peek(ab, srng); in ath12k_dp_mon_srng_process()
2103 if (unlikely(!mon_dst_desc)) in ath12k_dp_mon_srng_process()
2106 cookie = le32_to_cpu(mon_dst_desc->cookie); in ath12k_dp_mon_srng_process()
2126 ppdu_id = le32_to_cpu(mon_dst_desc->ppdu_id); in ath12k_dp_mon_srng_process()
2127 end_of_ppdu = le32_get_bits(mon_dst_desc->info0, in ath12k_dp_mon_srng_process()
2480 struct hal_mon_dest_desc *mon_dst_desc; in ath12k_dp_mon_rx_process_stats() local
2504 mon_dst_desc = ath12k_hal_srng_dst_peek(ab, srng); in ath12k_dp_mon_rx_process_stats()
2505 if (unlikely(!mon_dst_desc)) in ath12k_dp_mon_rx_process_stats()
2507 cookie = le32_to_cpu(mon_dst_desc->cookie); in ath12k_dp_mon_rx_process_stats()
[all …]