Home
last modified time | relevance | path

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

/drivers/net/
Dvia-rhine.c350 RxOK=0x8000, RxWholePkt=0x0300, RxErr=0x008F enumerator
1447 if ((desc_status & (RxWholePkt | RxErr)) != RxWholePkt) { in rhine_rx()
1448 if ((desc_status & RxWholePkt) != RxWholePkt) { in rhine_rx()
/drivers/net/tulip/
Dtulip.h205 RxWholePkt = 0x00000300, enumerator