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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dde600.h106 #define RUNT 60 /* Too small Ethernet packet */ macro
H A Dde620.c150 #define RUNT 60 /* Too small Ethernet packet */ macro
507 if ((len = skb->len) < RUNT)
508 len = RUNT;
649 if ((size < RUNT) || (GIANT < size)) {
H A Dde600.c186 if ((len = skb->len) < RUNT)
187 len = RUNT;
H A Dsis900.h211 RUNT = 0x00200000, RXISERR = 0x00100000, CRCERR = 0x00080000, enumerator in enum:sis900_rx_bufer_status
H A Dfealnx.c259 RUNT = 0x40, /* runt packet received */ enumerator in enum:rx_desc_status_bits
1624 if (rx_status & (LONG | RUNT))
H A Dsis900.c1652 if (rx_status & (ABORT|OVERRUN|TOOLONG|RUNT|RXISERR|CRCERR|FAERR)) {
1661 if (rx_status & (TOOLONG|RUNT))

Completed in 72 milliseconds