Searched refs:srng_ctx (Results 1 – 3 of 3) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/ |
H A D | ce_service_srng.c | 89 CE_state->status_ring->srng_ctx, in hif_display_ctrl_traffic_pipes_state() 97 hal_get_sw_hptp(scn->hal_soc, CE_state->src_ring->srng_ctx, &tp, &hp); in hif_display_ctrl_traffic_pipes_state() 179 if (unlikely(hal_srng_src_num_avail(scn->hal_soc, src_ring->srng_ctx, in ce_send_nolock_srng() 189 if (hal_srng_access_start(scn->hal_soc, src_ring->srng_ctx)) { in ce_send_nolock_srng() 195 src_ring->srng_ctx); in ce_send_nolock_srng() 225 hal_srng_access_end(scn->hal_soc, src_ring->srng_ctx); in ce_send_nolock_srng() 234 src_ring->srng_ctx); in ce_send_nolock_srng() 263 if (hal_srng_src_num_avail(scn->hal_soc, src_ring->srng_ctx, false) >= in ce_sendlist_send_srng() 350 hal_srng_check_and_update_hptp(scn->hal_soc, dest_ring->srng_ctx, in ce_recv_buf_enqueue_srng() 353 if (hal_srng_access_start(scn->hal_soc, dest_ring->srng_ctx)) { in ce_recv_buf_enqueue_srng() [all …]
|
H A D | ce_internal.h | 122 void *srng_ctx; member
|
H A D | ce_main.c | 2551 qdf_ssr_driver_dump_register_region(srng, ce_ring->srng_ctx, in ce_ring_dump_register_region() 2563 qdf_ssr_driver_dump_register_region(srng, ce_ring->srng_ctx, in ce_ring_dump_register_region() 2575 qdf_ssr_driver_dump_register_region(srng, ce_ring->srng_ctx, in ce_ring_dump_register_region()
|