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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dhisax_debug.h43 #define DUMP_HDR_SIZE 20 macro
50 if (pkt_len > DUMP_HDR_SIZE+ DUMP_TLR_SIZE) {
51 len1 = DUMP_HDR_SIZE;
54 len1 = pkt_len > DUMP_HDR_SIZE ? DUMP_HDR_SIZE : pkt_len;
68 #undef DUMP_HDR_SIZE macro

Completed in 19 milliseconds