Home
last modified time | relevance | path

Searched refs:filled_length (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/utils/logging/src/
H A Dwlan_logging_sock_svc.c148 unsigned int filled_length; member
288 ptr[gwlan_logging.pcur_node->filled_length] = '\0'; in wlan_queue_logmsg_for_app()
293 gwlan_logging.pcur_node->filled_length; in wlan_queue_logmsg_for_app()
315 gwlan_logging.pcur_node->filled_length = 0; in wlan_queue_logmsg_for_app()
446 pfilled_length = &gwlan_logging.pcur_node->filled_length; in wlan_log_to_user()
453 pfilled_length = &gwlan_logging.pcur_node->filled_length; in wlan_log_to_user()
717 payload_len = plog_msg->filled_length + in send_filled_buffers_to_user()
742 plog_msg->filled_length + sizeof(tAniHdr)); in send_filled_buffers_to_user()
1074 unsigned int filled_length; in wlan_logging_dump_last_logs() local
1085 filled_length = plog_msg->filled_length; in wlan_logging_dump_last_logs()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/cp_stats/core/src/
H A Dwlan_cp_stats_chipset_stats.c115 if (cstats.ccur_node[type]->filled_length) { in wlan_cp_stats_get_cstats_free_node()
136 cstats.ccur_node[type]->filled_length = 0; in wlan_cp_stats_get_cstats_free_node()
165 pfilled_length = &cstats.ccur_node[type]->filled_length; in wlan_cp_stats_cstats_write_to_buff()
170 pfilled_length = &cstats.ccur_node[type]->filled_length; in wlan_cp_stats_cstats_write_to_buff()
272 clog_msg->filled_length]; in wlan_cp_stats_cstats_send_buffer_to_user()
284 payload_len = clog_msg->filled_length + sizeof(tAniHdr) + in wlan_cp_stats_cstats_send_buffer_to_user()
/wlan-driver/qca-wifi-host-cmn/umac/cp_stats/dispatcher/inc/
H A Dwlan_cp_stats_chipset_stats.h70 unsigned int filled_length; member