Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/isdn/hisax/
Dhisax_debug.h44 #define DUMP_TLR_SIZE 8 in dump_packet() macro
50 if (pkt_len > DUMP_HDR_SIZE + DUMP_TLR_SIZE) { in dump_packet()
52 len2 = DUMP_TLR_SIZE; in dump_packet()
62 for (i = pkt_len-DUMP_TLR_SIZE; i < pkt_len; ++i) { in dump_packet()
69 #undef DUMP_TLR_SIZE in dump_packet()