Home
last modified time | relevance | path

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

/drivers/net/
Dsmc911x.c123 static void PRINT_PKT(u_char *buf, int length) in PRINT_PKT() function
151 #define PRINT_PKT(x...) do { } while (0) macro
441 PRINT_PKT(data, ((pkt_len - 4) <= 64) ? pkt_len - 4 : 64); in smc911x_rcv()
491 PRINT_PKT(buf, len <= 64 ? len : 64); in smc911x_hardware_send_pkt()
1232 PRINT_PKT(skb->data, skb->len); in smc911x_rx_dma_irq()
Dsmc91x.c164 static void PRINT_PKT(u_char *buf, int length) in PRINT_PKT() function
192 #define PRINT_PKT(x...) do { } while(0) macro
492 PRINT_PKT(data, packet_len - 4); in smc_rcv()
584 PRINT_PKT(buf, len); in smc_hardware_send_pkt()