Home
last modified time | relevance | path

Searched refs:list_mpdu_cnt_hist (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_stats.c2492 char *list_mpdu_cnt_hist = qdf_mem_malloc(DP_MAX_STRING_LEN); in dp_print_tx_tqm_list_mpdu_cnt_tlv_v() local
2494 if (!list_mpdu_cnt_hist) { in dp_print_tx_tqm_list_mpdu_cnt_tlv_v()
2504 index += qdf_snprint(&list_mpdu_cnt_hist[index], in dp_print_tx_tqm_list_mpdu_cnt_tlv_v()
2507 dp_stats_buf->list_mpdu_cnt_hist[i]); in dp_print_tx_tqm_list_mpdu_cnt_tlv_v()
2509 DP_PRINT_STATS("list_mpdu_cnt_hist = %s\n", list_mpdu_cnt_hist); in dp_print_tx_tqm_list_mpdu_cnt_tlv_v()
2510 qdf_mem_free(list_mpdu_cnt_hist); in dp_print_tx_tqm_list_mpdu_cnt_tlv_v()
/wlan-driver/fw-api/fw/
Dhtt_stats.h4364 HTT_STATS_VAR_LEN_ARRAY1(A_UINT32, list_mpdu_cnt_hist);