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

/drivers/net/ethernet/smsc/
H A Dsmc911x.c120 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);
1226 PRINT_PKT(skb->data, skb->len);
H A Dsmc91x.c166 static void PRINT_PKT(u_char *buf, int length) function
196 static inline void PRINT_PKT(u_char *buf, int length) { } function
495 PRINT_PKT(data, packet_len - 4);
588 PRINT_PKT(buf, len);

Completed in 141 milliseconds