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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsmc911x.c122 static void PRINT_PKT(u_char *buf, int length) function
150 #define PRINT_PKT(x...) do { } while (0) macro
440 PRINT_PKT(data, ((pkt_len - 4) <= 64) ? pkt_len - 4 : 64);
490 PRINT_PKT(buf, len <= 64 ? len : 64);
1207 PRINT_PKT(skb->data, skb->len);
H A Dsmc91x.c163 static void PRINT_PKT(u_char *buf, int length) function
191 #define PRINT_PKT(x...) do { } while(0) macro
493 PRINT_PKT(data, packet_len - 4);
586 PRINT_PKT(buf, len);

Completed in 183 milliseconds