Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Dqdf_trace.c791 const uint8_t *inbuf_ptr = inbuf; in dump_dp_hex_trace() local
799 "%02x", *inbuf_ptr); in dump_dp_hex_trace()
802 if ((inbuf_ptr - inbuf) && in dump_dp_hex_trace()
803 (inbuf_ptr - inbuf + 1) % QDF_DUMP_DP_GROUP_SIZE == 0) { in dump_dp_hex_trace()
809 inbuf_ptr++; in dump_dp_hex_trace()
810 } while (inbuf_ptr < (inbuf + inbuf_len)); in dump_dp_hex_trace()