Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/1.0/
H A Ddp_rx_mon_dest_1.0.c655 void *mon_dst_srng; in dp_rx_mon_dest_process() local
671 mon_dst_srng = dp_rxdma_get_mon_dst_ring(pdev, mac_for_pdev); in dp_rx_mon_dest_process()
673 if (!mon_dst_srng || !hal_srng_initialized(mon_dst_srng)) { in dp_rx_mon_dest_process()
675 soc, mon_dst_srng); in dp_rx_mon_dest_process()
685 if (qdf_unlikely(dp_srng_access_start(int_ctx, soc, mon_dst_srng))) { in dp_rx_mon_dest_process()
688 __func__, __LINE__, mon_dst_srng); in dp_rx_mon_dest_process()
699 hal_srng_dst_peek(hal_soc, mon_dst_srng))) { in dp_rx_mon_dest_process()
715 hal_srng_dst_get_next(hal_soc, mon_dst_srng); in dp_rx_mon_dest_process()
765 mon_dst_srng); in dp_rx_mon_dest_process()
768 dp_srng_access_end(int_ctx, soc, mon_dst_srng); in dp_rx_mon_dest_process()
[all …]
H A Ddp_mon_1.0.c182 void *mon_dst_srng; in dp_flush_monitor_rings() local
203 mon_dst_srng = dp_rxdma_get_mon_dst_ring(pdev, lmac_id); in dp_flush_monitor_rings()
208 hal_get_sw_hptp(hal_soc, mon_dst_srng, &tp, &hp); in dp_flush_monitor_rings()
213 hal_get_sw_hptp(hal_soc, mon_dst_srng, &tp, &hp); in dp_flush_monitor_rings()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
H A Ddp_tx_mon_2.0.c106 void *mon_dst_srng; in dp_tx_mon_srng_process_2_0() local
123 mon_dst_srng = mon_soc_be->tx_mon_dst_ring[mac_id].hal_srng; in dp_tx_mon_srng_process_2_0()
125 if (!mon_dst_srng || !hal_srng_initialized(mon_dst_srng)) { in dp_tx_mon_srng_process_2_0()
127 soc, mon_dst_srng); in dp_tx_mon_srng_process_2_0()
145 if (qdf_unlikely(dp_srng_access_start(int_ctx, soc, mon_dst_srng))) { in dp_tx_mon_srng_process_2_0()
147 __func__, __LINE__, mon_dst_srng); in dp_tx_mon_srng_process_2_0()
153 (void *)hal_srng_dst_peek(hal_soc, mon_dst_srng)) in dp_tx_mon_srng_process_2_0()
184 hal_srng_dst_get_next(hal_soc, mon_dst_srng); in dp_tx_mon_srng_process_2_0()
237 hal_srng_dst_get_next(hal_soc, mon_dst_srng); in dp_tx_mon_srng_process_2_0()
259 hal_srng_dst_get_next(hal_soc, mon_dst_srng); in dp_tx_mon_srng_process_2_0()
[all …]
H A Ddp_rx_mon_2.0.c2414 void *mon_dst_srng; in dp_rx_mon_srng_process_2_0() local
2427 mon_dst_srng = soc->rxdma_mon_dst_ring[mac_id].hal_srng; in dp_rx_mon_srng_process_2_0()
2429 if (!mon_dst_srng || !hal_srng_initialized(mon_dst_srng)) { in dp_rx_mon_srng_process_2_0()
2431 soc, mon_dst_srng); in dp_rx_mon_srng_process_2_0()
2437 if (qdf_unlikely(dp_rx_srng_access_start(int_ctx, soc, mon_dst_srng))) { in dp_rx_mon_srng_process_2_0()
2439 __func__, __LINE__, mon_dst_srng); in dp_rx_mon_srng_process_2_0()
2445 (void *)hal_srng_dst_peek(hal_soc, mon_dst_srng)) in dp_rx_mon_srng_process_2_0()
2460 hal_srng_dst_get_next(hal_soc, mon_dst_srng); in dp_rx_mon_srng_process_2_0()
2481 hal_srng_dst_get_next(hal_soc, mon_dst_srng); in dp_rx_mon_srng_process_2_0()
2507 mon_dst_srng); in dp_rx_mon_srng_process_2_0()
[all …]