Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_fw_stats.c789 char *buf_p = buffer; in htt_make_u8_list_str() local
800 bytes = qdf_snprint(buf_p, space, "%d,", val); in htt_make_u8_list_str()
803 buf_p += bytes; in htt_make_u8_list_str()
808 if (buf_p == buffer) in htt_make_u8_list_str()
809 *buf_p = '\0'; /* nothing was written */ in htt_make_u8_list_str()
811 *(buf_p - 1) = '\0'; /* erase the final comma */ in htt_make_u8_list_str()
819 char *buf_p = buffer; in htt_make_u16_list_str() local
829 bytes = qdf_snprint(buf_p, space, "%d,", val); in htt_make_u16_list_str()
832 buf_p += bytes; in htt_make_u16_list_str()
838 if (buf_p == buffer) in htt_make_u16_list_str()
[all …]