Searched refs:teq1_dump_buf (Results 1 – 2 of 2) sorted by relevance
125 #define teq1_dump_transmit(_B, _L) teq1_dump_buf("TX", (_B), (_L))126 #define teq1_dump_receive(_B, _L) teq1_dump_buf("RX", (_B), (_L))
93 void teq1_dump_buf(const char *prefix, const uint8_t *buf, uint32_t len) { in teq1_dump_buf() function