Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/tty/
Dsynclink_gt.c41 #define DBGDATA(info, buf, size, label) if (debug_level >= DEBUG_LEVEL_DATA) trace_block((info), (b… macro
492 #ifdef DBGDATA
516 #define DBGDATA(info, buf, size, label) macro
1774 DBGDATA(info, p, count, "rx"); in rx_async()
4620 DBGDATA(info, info->rbufs[start].buf, min_t(int, framesize, info->rbuf_fill_level), "rx"); in rx_get_frame()
4689 DBGDATA(info, info->rbufs[i].buf, count, "rx"); in rx_get_buf()
4796 DBGDATA(info, buf, size, "tx"); in tx_load()
4935 DBGDATA(info, info->tmp_rbuf, info->tmp_rbuf_count, "rx"); in loopback_test_rx()