Searched refs:debug_str (Results 1 – 6 of 6) sorted by relevance
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
H A D | lim_send_messages.c | 194 uint8_t *debug_str; in lim_set_active_edca_params() local 225 debug_str = qdf_mem_malloc(LIM_DEBUG_STRING_SIZE); in lim_set_active_edca_params() 226 if (!debug_str) in lim_set_active_edca_params() 234 len += qdf_scnprintf(debug_str + len, in lim_set_active_edca_params() 249 len += qdf_scnprintf(debug_str + len, in lim_set_active_edca_params() 259 pe_session->gAcAdmitMask[SIR_MAC_DIRECTION_DNLINK], debug_str); in lim_set_active_edca_params() 260 qdf_mem_free(debug_str); in lim_set_active_edca_params()
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/ |
H A D | sch_message.c | 271 uint8_t *debug_str; in sch_qos_update_broadcast() local 295 debug_str = qdf_mem_malloc(SCH_WMM_DEBUG_STRING_SIZE); in sch_qos_update_broadcast() 296 if (!debug_str) in sch_qos_update_broadcast() 331 len += qdf_scnprintf(debug_str + len, in sch_qos_update_broadcast() 342 pe_nofl_debug("QosUpdBcast: mode %d, %s", phyMode, debug_str); in sch_qos_update_broadcast() 343 qdf_mem_free(debug_str); in sch_qos_update_broadcast()
|
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/ |
H A D | qdf_mem.c | 464 char debug_str[QDF_DEBUG_STRING_SIZE]; in qdf_mem_meta_table_print() local 468 len += qdf_scnprintf(debug_str, sizeof(debug_str) - len, in qdf_mem_meta_table_print() 483 len += qdf_scnprintf(debug_str + len, in qdf_mem_meta_table_print() 484 sizeof(debug_str) - len, in qdf_mem_meta_table_print() 490 print(print_priv, "%s", debug_str); in qdf_mem_meta_table_print()
|
/wlan-driver/qcacld-3.0/core/wma/src/ |
H A D | wma_mgmt.c | 2023 uint8_t *debug_str; in wma_process_update_edca_param_req() local 2032 debug_str = qdf_mem_malloc(WMA_WMM_DEBUG_STRING_SIZE); in wma_process_update_edca_param_req() 2033 if (!debug_str) in wma_process_update_edca_param_req() 2051 qdf_mem_free(debug_str); in wma_process_update_edca_param_req() 2057 debug_str, in wma_process_update_edca_param_req() 2065 wma_nofl_debug("WMM params: %s", debug_str); in wma_process_update_edca_param_req() 2066 qdf_mem_free(debug_str); in wma_process_update_edca_param_req()
|
H A D | wma_power.c | 224 uint8_t *debug_str, in wma_update_edca_params_for_ac() argument 238 *len += qdf_scnprintf(debug_str + *len, debug_str_size - *len, in wma_update_edca_params_for_ac()
|
/wlan-driver/qcacld-3.0/core/wma/inc/ |
H A D | wma_internal.h | 826 uint8_t *debug_str,
|