Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/isdn/hisax/
Dhisax_debug.h43 #define DUMP_HDR_SIZE 20 in dump_packet() macro
50 if (pkt_len > DUMP_HDR_SIZE+ DUMP_TLR_SIZE) { in dump_packet()
51 len1 = DUMP_HDR_SIZE; in dump_packet()
54 len1 = pkt_len > DUMP_HDR_SIZE ? DUMP_HDR_SIZE : pkt_len; in dump_packet()
68 #undef DUMP_HDR_SIZE in dump_packet()