Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amd/
H A Dsun3lance.c191 #define RMD1_ENP 0x01 /* end of packet */ macro
776 if (status != (RMD1_ENP|RMD1_STP)) { /* There was an error. */ in lance_rx()
781 if (status & RMD1_ENP) /* Only count a general error at the */ in lance_rx()
787 head->flag &= (RMD1_ENP|RMD1_STP); in lance_rx()
H A Datarilance.c291 #define RMD1_ENP 0x01 /* end of packet */ macro
976 if (status != (RMD1_ENP|RMD1_STP)) { /* There was an error. */ in lance_rx()
981 if (status & RMD1_ENP) /* Only count a general error at the */ in lance_rx()
987 head->flag &= (RMD1_ENP|RMD1_STP); in lance_rx()