Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_reo.c137 reo_desc = hal_srng_dst_get_next(soc->hal_soc, in dp_reo_status_ring_handler()
170 reo_desc = hal_srng_dst_get_next(soc, in dp_reo_status_ring_handler()
H A Ddp_rx_err.c2332 hal_srng_dst_get_next(hal_soc, hal_ring_hdl); in dp_rx_err_process()
3127 hal_srng_dst_get_next(hal_soc, err_dst_srng)))) { in dp_rxdma_err_process()
H A Ddp_internal.h4102 return hal_srng_dst_get_next(hal_soc, hal_ring_hdl); in dp_srng_dst_get_next()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
H A Ddp_tx_mon_2.0.c184 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()
274 hal_srng_dst_get_next(hal_soc, mon_dst_srng); in dp_tx_mon_srng_process_2_0()
H A Ddp_rx_mon_2.0.c2460 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()
2506 rx_mon_dst_ring_desc = hal_srng_dst_get_next(hal_soc, in dp_rx_mon_srng_process_2_0()
2515 rx_mon_dst_ring_desc = hal_srng_dst_get_next(hal_soc, mon_dst_srng); in dp_rx_mon_srng_process_2_0()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/1.0/
H A Ddp_rx_mon_dest_1.0.c715 hal_srng_dst_get_next(hal_soc, mon_dst_srng); in dp_rx_mon_dest_process()
764 hal_srng_dst_get_next(hal_soc, in dp_rx_mon_dest_process()
1015 rxdma_dst_ring_desc = hal_srng_dst_get_next(hal_soc, in dp_mon_dest_srng_drop_for_mac()
1079 hal_srng_dst_get_next(hal_soc, mon_dst_srng); in dp_mon_dest_srng_drop_for_mac()
1165 rxdma_dst_ring_desc = hal_srng_dst_get_next(hal_soc, in dp_mon_dest_srng_drop_for_mac()
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
H A Dce_service_srng.c497 hal_srng_dst_get_next(scn->hal_soc, status_ring->srng_ctx); in ce_completed_recv_next_nolock_srng()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/li/
H A Ddp_li_rx.c1141 ring_desc = hal_srng_dst_get_next(hal_soc, hal_ring_hdl); in dp_rx_wbm_err_reap_desc_li()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
H A Ddp_be_rx.c2023 ring_desc = hal_srng_dst_get_next(hal_soc, hal_ring_hdl);
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
H A Dhal_api.h1568 void *hal_srng_dst_get_next(void *hal_soc, in hal_srng_dst_get_next() function