Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_stats.c2317 char *sched_cmd_reaped = qdf_mem_malloc(DP_MAX_STRING_LEN); in dp_print_sched_txq_cmd_reaped_tlv_v() local
2319 if (!sched_cmd_reaped) { in dp_print_sched_txq_cmd_reaped_tlv_v()
2328 index += qdf_snprint(&sched_cmd_reaped[index], in dp_print_sched_txq_cmd_reaped_tlv_v()
2331 dp_stats_buf->sched_cmd_reaped[i]); in dp_print_sched_txq_cmd_reaped_tlv_v()
2333 DP_PRINT_STATS("sched_cmd_reaped = %s\n", sched_cmd_reaped); in dp_print_sched_txq_cmd_reaped_tlv_v()
2334 qdf_mem_free(sched_cmd_reaped); in dp_print_sched_txq_cmd_reaped_tlv_v()
/wlan-driver/fw-api/fw/
H A Dhtt_stats.h4052 A_UINT32 sched_cmd_reaped[1/* length = num tx modes */]; member