Searched refs:RxWholePkt (Results 1 – 2 of 2) sorted by relevance
350 RxOK=0x8000, RxWholePkt=0x0300, RxErr=0x008F enumerator1447 if ((desc_status & (RxWholePkt | RxErr)) != RxWholePkt) { in rhine_rx()1448 if ((desc_status & RxWholePkt) != RxWholePkt) { in rhine_rx()
205 RxWholePkt = 0x00000300, enumerator