Searched refs:RF_ENP (Results 1 – 2 of 2) sorted by relevance
171 if (status != (RF_STP | RF_ENP)) { /* There was an error */ in ariadne_rx()179 if (status & RF_ENP) in ariadne_rx()189 priv->rx_ring[entry]->RMD1 &= 0xff00 | RF_STP | RF_ENP; in ariadne_rx()
318 #define RF_ENP 0x0001 /* End of Packet */ macro