Searched refs:reg_his_ctx (Results 1 – 2 of 2) sorted by relevance
887 struct hal_srng_reg_his_ctx *reg_his_ctx; member902 qdf_atomic_set(&srng->reg_his_ctx->current_idx, -1); in hal_srng_reg_his_init()919 write_idx = qdf_atomic_inc_return(&srng->reg_his_ctx->current_idx); in hal_srng_reg_his_add()922 reg_his_entry = &srng->reg_his_ctx->reg_his_arr[write_idx]; in hal_srng_reg_his_add()
1225 qdf_mem_free(hal->srng_list[i].reg_his_ctx); in hal_free_srng_history()1233 hal->srng_list[i].reg_his_ctx = in hal_alloc_srng_history()1235 if (!hal->srng_list[i].reg_his_ctx) { in hal_alloc_srng_history()