Searched refs:mon_dst_srng (Results 1 – 1 of 1) sorted by relevance
5093 struct hal_srng *mon_dst_srng; in ath11k_dp_rx_mon_dest_process() local5106 mon_dst_srng = &ar->ab->hal.srng_list[ring_id]; in ath11k_dp_rx_mon_dest_process()5110 spin_lock_bh(&mon_dst_srng->lock); in ath11k_dp_rx_mon_dest_process()5111 ath11k_hal_srng_access_begin(ar->ab, mon_dst_srng); in ath11k_dp_rx_mon_dest_process()5117 while ((ring_entry = ath11k_hal_srng_dst_peek(ar->ab, mon_dst_srng))) { in ath11k_dp_rx_mon_dest_process()5166 mon_dst_srng); in ath11k_dp_rx_mon_dest_process()5168 ath11k_hal_srng_access_end(ar->ab, mon_dst_srng); in ath11k_dp_rx_mon_dest_process()5169 spin_unlock_bh(&mon_dst_srng->lock); in ath11k_dp_rx_mon_dest_process()5559 struct hal_srng *mon_dst_srng; in ath11k_dp_full_mon_process_rx() local5575 mon_dst_srng = &ar->ab->hal.srng_list[dp->rxdma_mon_dst_ring.ring_id]; in ath11k_dp_full_mon_process_rx()[all …]