Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c5139 struct hal_srng *mon_dst_srng; in ath11k_dp_rx_mon_dest_process() local
5152 mon_dst_srng = &ar->ab->hal.srng_list[ring_id]; in ath11k_dp_rx_mon_dest_process()
5156 spin_lock_bh(&mon_dst_srng->lock); in ath11k_dp_rx_mon_dest_process()
5157 ath11k_hal_srng_access_begin(ar->ab, mon_dst_srng); in ath11k_dp_rx_mon_dest_process()
5163 while ((ring_entry = ath11k_hal_srng_dst_peek(ar->ab, mon_dst_srng))) { in ath11k_dp_rx_mon_dest_process()
5212 mon_dst_srng); in ath11k_dp_rx_mon_dest_process()
5214 ath11k_hal_srng_access_end(ar->ab, mon_dst_srng); in ath11k_dp_rx_mon_dest_process()
5215 spin_unlock_bh(&mon_dst_srng->lock); in ath11k_dp_rx_mon_dest_process()
5605 struct hal_srng *mon_dst_srng; in ath11k_dp_full_mon_process_rx() local
5621 mon_dst_srng = &ar->ab->hal.srng_list[dp->rxdma_mon_dst_ring.ring_id]; in ath11k_dp_full_mon_process_rx()
[all …]
/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Ddp_mon.c2789 void *ring_entry, *mon_dst_srng; in ath12k_wifi7_dp_rx_mon_dest_process() local
2797 mon_dst_srng = &ab->hal.srng_list[ring_id]; in ath12k_wifi7_dp_rx_mon_dest_process()
2801 ath12k_hal_srng_access_begin(ab, mon_dst_srng); in ath12k_wifi7_dp_rx_mon_dest_process()
2806 while ((ring_entry = ath12k_hal_srng_dst_peek(ar->ab, mon_dst_srng))) { in ath12k_wifi7_dp_rx_mon_dest_process()
2871 mon_dst_srng); in ath12k_wifi7_dp_rx_mon_dest_process()
2873 ath12k_hal_srng_access_end(ar->ab, mon_dst_srng); in ath12k_wifi7_dp_rx_mon_dest_process()