Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_reo.c134 if (dp_srng_access_start(int_ctx, soc, soc->reo_status_ring.hal_srng)) { in dp_reo_status_ring_handler()
H A Ddp_rx_err.c2073 if (qdf_unlikely(dp_srng_access_start(int_ctx, soc, hal_ring_hdl))) { in dp_rx_err_process()
3120 if (qdf_unlikely(dp_srng_access_start(int_ctx, soc, err_dst_srng))) { in dp_rxdma_err_process()
H A Ddp_rx.h3339 return dp_srng_access_start(int_ctx, soc, hal_ring_hdl); in dp_rx_srng_access_start()
H A Ddp_internal.h4027 int dp_srng_access_start(struct dp_intr *int_ctx, struct dp_soc *dp_soc,
4043 static inline int dp_srng_access_start(struct dp_intr *int_ctx, in dp_srng_access_start() function
H A Ddp_tx.c6743 if (qdf_unlikely(dp_srng_access_start(int_ctx, soc, hal_ring_hdl))) {
H A Ddp_main.c2359 int dp_srng_access_start(struct dp_intr *int_ctx, struct dp_soc *dp_soc, in dp_srng_access_start() function
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/1.0/
H A Ddp_rx_mon_status_1.0.c659 if (qdf_unlikely(dp_srng_access_start(int_ctx, soc, mon_status_srng))) in dp_rx_mon_status_srng_process()
H A Ddp_rx_mon_dest_1.0.c685 if (qdf_unlikely(dp_srng_access_start(int_ctx, soc, mon_dst_srng))) { in dp_rx_mon_dest_process()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/li/
H A Ddp_li_rx.c1129 if (qdf_unlikely(dp_srng_access_start(int_ctx, soc, hal_ring_hdl))) { in dp_rx_wbm_err_reap_desc_li()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
H A Ddp_tx_mon_2.0.c145 if (qdf_unlikely(dp_srng_access_start(int_ctx, soc, mon_dst_srng))) { in dp_tx_mon_srng_process_2_0()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
H A Ddp_be_tx.c1111 if (qdf_unlikely(dp_srng_access_start(NULL, soc, hal_ring_hdl))) { in dp_ppeds_tx_comp_handler()
H A Ddp_be_rx.c2011 if (qdf_unlikely(dp_srng_access_start(int_ctx, soc, hal_ring_hdl))) {