Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_trace.c793 int outbytes_written = 0; in dump_dp_hex_trace() local
797 outbytes_written += scnprintf(outbuf_ptr, in dump_dp_hex_trace()
798 BUFFER_SIZE - outbytes_written, in dump_dp_hex_trace()
800 outbuf_ptr = outbuf + outbytes_written; in dump_dp_hex_trace()
804 outbytes_written += scnprintf(outbuf_ptr, in dump_dp_hex_trace()
805 BUFFER_SIZE - outbytes_written, in dump_dp_hex_trace()
807 outbuf_ptr = outbuf + outbytes_written; in dump_dp_hex_trace()