Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/amd/
H A Dsun3lance.c190 #define RMD1_ENP 0x01 /* end of packet */ macro
775 if (status != (RMD1_ENP|RMD1_STP)) { /* There was an error. */ in lance_rx()
780 if (status & RMD1_ENP) /* Only count a general error at the */ in lance_rx()
786 head->flag &= (RMD1_ENP|RMD1_STP); in lance_rx()
H A Datarilance.c290 #define RMD1_ENP 0x01 /* end of packet */ macro
975 if (status != (RMD1_ENP|RMD1_STP)) { /* There was an error. */ in lance_rx()
980 if (status & RMD1_ENP) /* Only count a general error at the */ in lance_rx()
986 head->flag &= (RMD1_ENP|RMD1_STP); in lance_rx()