Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c4851 void *mon_dst_srng; in ath11k_dp_rx_mon_dest_process() local
4863 mon_dst_srng = &ar->ab->hal.srng_list[ring_id]; in ath11k_dp_rx_mon_dest_process()
4865 if (!mon_dst_srng) { in ath11k_dp_rx_mon_dest_process()
4868 mon_dst_srng); in ath11k_dp_rx_mon_dest_process()
4874 ath11k_hal_srng_access_begin(ar->ab, mon_dst_srng); in ath11k_dp_rx_mon_dest_process()
4880 while ((ring_entry = ath11k_hal_srng_dst_peek(ar->ab, mon_dst_srng))) { in ath11k_dp_rx_mon_dest_process()
4905 mon_dst_srng); in ath11k_dp_rx_mon_dest_process()
4907 ath11k_hal_srng_access_end(ar->ab, mon_dst_srng); in ath11k_dp_rx_mon_dest_process()