Home
last modified time | relevance | path

Searched refs:to_be_sent (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/cp_stats/dispatcher/inc/
H A Dwlan_cp_stats_chipset_stats.h130 void *to_be_sent,
178 wlan_cp_stats_cstats_write_to_buff(enum cstats_types type, void *to_be_sent, in wlan_cp_stats_cstats_write_to_buff() argument
/wlan-driver/qca-wifi-host-cmn/umac/cp_stats/core/src/
H A Dwlan_cp_stats_chipset_stats.c140 void *to_be_sent, in wlan_cp_stats_cstats_write_to_buff() argument
177 memcpy(&ptr[*pfilled_length], to_be_sent, plen); in wlan_cp_stats_cstats_write_to_buff()
183 memcpy(&ptr[*pfilled_length + CSTATS_MARKER_SZ], to_be_sent, in wlan_cp_stats_cstats_write_to_buff()
/wlan-driver/qca-wifi-host-cmn/utils/logging/inc/
H A Dwlan_logging_sock_svc.h35 int wlan_log_to_user(QDF_TRACE_LEVEL log_level, char *to_be_sent, int length);
/wlan-driver/qca-wifi-host-cmn/utils/logging/src/
H A Dwlan_logging_sock_svc.c415 int wlan_log_to_user(QDF_TRACE_LEVEL log_level, char *to_be_sent, int length) in wlan_log_to_user() argument
432 log_to_console(log_level, tbuf, to_be_sent); in wlan_log_to_user()
475 memcpy(&ptr[*pfilled_length + tlen], to_be_sent, length); in wlan_log_to_user()
489 log_to_console(log_level, tbuf, to_be_sent); in wlan_log_to_user()