Home
last modified time | relevance | path

Searched refs:cp (Results 1 – 13 of 13) sorted by relevance

/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_prealloc.c464 struct dp_prealloc_context *cp; in dp_prealloc_deinit() local
535 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() local
819 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 …]
/wlan-driver/wpa_supplicant_8/src/crypto/
H A Dmd4-internal.c
/wlan-driver/wpa_supplicant_8/src/eap_peer/
H A Deap_mschapv2.c
/wlan-driver/wpa_supplicant_8/src/pae/
H A Dieee802_1x_kay.c
H A Dieee802_1x_kay.h
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/
H A Dhal_be_reo.c335 struct hal_reo_cmd_flush_cache_params *cp; in hal_reo_cmd_flush_cache_be() local
340 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 …]
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/li/
H A Dhal_li_reo.c411 struct hal_reo_cmd_flush_cache_params *cp; in hal_reo_cmd_flush_cache_li() local
415 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()
/wlan-driver/wpa_supplicant_8/src/utils/
H A Dcommon.c
/wlan-driver/qca-wifi-host-cmn/target_if/spectral/
H A Dtarget_if_spectral_netlink.c316 struct spectral_classifier_params *cp = NULL; in target_if_spectral_create_samp_msg() local
424 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()
/wlan-driver/wpa_supplicant_8/src/common/
H A Ddpp_crypto.c
/wlan-driver/wpa_supplicant_8/hs20/server/
H A Dhs20-osu-server.txt
/wlan-driver/wpa_supplicant_8/src/
H A Dbuild.rules
/wlan-driver/wpa_supplicant_8/wpa_supplicant/
H A DREADME