Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/
Dsynclink_gt.c42 #define DBGDATA(info, buf, size, label) if (debug_level >= DEBUG_LEVEL_DATA) trace_block((info), (b… macro
553 #ifdef DBGDATA
577 #define DBGDATA(info, buf, size, label) macro
1877 DBGDATA(info, p, count, "rx"); in rx_async()
4727 DBGDATA(info, info->rbufs[start].buf, min_t(int, framesize, info->rbuf_fill_level), "rx"); in rx_get_frame()
4796 DBGDATA(info, info->rbufs[i].buf, count, "rx"); in rx_get_buf()
4903 DBGDATA(info, buf, size, "tx"); in tx_load()
5042 DBGDATA(info, info->tmp_rbuf, info->tmp_rbuf_count, "rx"); in loopback_test_rx()