Searched refs:cp (Results 1 – 13 of 13) sorted by relevance
464 struct dp_prealloc_context *cp; in dp_prealloc_deinit() local535 cp = &g_dp_context_allocs[i]; in dp_prealloc_deinit()536 if (qdf_unlikely(cp->in_use)) in dp_prealloc_deinit()539 if (cp->addr) { in dp_prealloc_deinit()540 qdf_mem_free(cp->addr); in dp_prealloc_deinit()541 cp->addr = NULL; in dp_prealloc_deinit()802 struct dp_prealloc_context *cp; in dp_prealloc_init() local819 cp = &g_dp_context_allocs[i]; in dp_prealloc_init()820 dp_update_mem_size_by_ctx_type(&cfg, cp->ctxt_type, in dp_prealloc_init()821 &cp->size); in dp_prealloc_init()[all …]
335 struct hal_reo_cmd_flush_cache_params *cp; in hal_reo_cmd_flush_cache_be() local340 cp = &cmd->u.fl_cache_params; in hal_reo_cmd_flush_cache_be()348 if (cp->block_use_after_flush) { in hal_reo_cmd_flush_cache_be()383 reo_flush_cache->forward_all_mpdus_in_queue = cp->fwd_mpdus_in_queue; in hal_reo_cmd_flush_cache_be()386 cp->rel_block_index = 0; in hal_reo_cmd_flush_cache_be()387 reo_flush_cache->release_cache_block_index = cp->rel_block_index; in hal_reo_cmd_flush_cache_be()389 if (cp->block_use_after_flush) { in hal_reo_cmd_flush_cache_be()393 reo_flush_cache->flush_without_invalidate = cp->flush_no_inval; in hal_reo_cmd_flush_cache_be()394 reo_flush_cache->flush_queue_1k_desc = cp->flush_q_1k_desc; in hal_reo_cmd_flush_cache_be()396 cp->block_use_after_flush; in hal_reo_cmd_flush_cache_be()[all …]
411 struct hal_reo_cmd_flush_cache_params *cp; in hal_reo_cmd_flush_cache_li() local415 cp = &cmd->u.fl_cache_params; in hal_reo_cmd_flush_cache_li()423 if (cp->block_use_after_flush) { in hal_reo_cmd_flush_cache_li()459 FORWARD_ALL_MPDUS_IN_QUEUE, cp->fwd_mpdus_in_queue); in hal_reo_cmd_flush_cache_li()462 cp->rel_block_index = 0; in hal_reo_cmd_flush_cache_li()464 RELEASE_CACHE_BLOCK_INDEX, cp->rel_block_index); in hal_reo_cmd_flush_cache_li()466 if (cp->block_use_after_flush) { in hal_reo_cmd_flush_cache_li()472 FLUSH_WITHOUT_INVALIDATE, cp->flush_no_inval); in hal_reo_cmd_flush_cache_li()476 cp->block_use_after_flush); in hal_reo_cmd_flush_cache_li()479 cp->flush_entire_cache); in hal_reo_cmd_flush_cache_li()
316 struct spectral_classifier_params *cp = NULL; in target_if_spectral_create_samp_msg() local424 cp = &samp_data->classifier_params; in target_if_spectral_create_samp_msg()427 qdf_mem_copy(cp, pcp, in target_if_spectral_create_samp_msg()