Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/dec/tulip/
H A Dinterrupt.c161 * checked status for RxLengthOver2047 bits) in tulip_poll()
168 * regardless of RxLengthOver2047 bits in tulip_poll()
171 if ((status & (RxLengthOver2047 | in tulip_poll()
178 if ((status & (RxLengthOver2047 | in tulip_poll()
393 checked status for RxLengthOver2047 bits) in tulip_rx()
399 regardless of RxLengthOver2047 bits in tulip_rx()
402 if ((status & (RxLengthOver2047 | in tulip_rx()
409 if ((status & (RxLengthOver2047 | in tulip_rx()
H A Dtulip.h239 RxLengthOver2047 = 0x38000010 enumerator