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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dpci-skeleton.c309 RxTooLong = 0x0008, enumerator in enum:RxStatusBits
1459 if (rx_status & RxTooLong) {
1467 if (rx_status & (RxRunt | RxTooLong))
H A D8139too.c373 RxTooLong = 0x0008, enumerator in enum:RxStatusBits
1825 if (rx_status & RxTooLong) {
1832 if (rx_status & (RxRunt | RxTooLong))

Completed in 103 milliseconds