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 D | dp_reo.c | 134 if (dp_srng_access_start(int_ctx, soc, soc->reo_status_ring.hal_srng)) { in dp_reo_status_ring_handler()
|
H A D | dp_rx_err.c | 2073 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 D | dp_rx.h | 3339 return dp_srng_access_start(int_ctx, soc, hal_ring_hdl); in dp_rx_srng_access_start()
|
H A D | dp_internal.h | 4027 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 D | dp_tx.c | 6743 if (qdf_unlikely(dp_srng_access_start(int_ctx, soc, hal_ring_hdl))) {
|
H A D | dp_main.c | 2359 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 D | dp_rx_mon_status_1.0.c | 659 if (qdf_unlikely(dp_srng_access_start(int_ctx, soc, mon_status_srng))) in dp_rx_mon_status_srng_process()
|
H A D | dp_rx_mon_dest_1.0.c | 685 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 D | dp_li_rx.c | 1129 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 D | dp_tx_mon_2.0.c | 145 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 D | dp_be_tx.c | 1111 if (qdf_unlikely(dp_srng_access_start(NULL, soc, hal_ring_hdl))) { in dp_ppeds_tx_comp_handler()
|
H A D | dp_be_rx.c | 2011 if (qdf_unlikely(dp_srng_access_start(int_ctx, soc, hal_ring_hdl))) {
|