Home
last modified time | relevance | path

Searched refs:RMD1_ENP (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/amd/
H A Datarilance.c290 #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()
H A Dsun3lance.c190 #define RMD1_ENP 0x01 /* end of packet */ macro
781 if (status != (RMD1_ENP|RMD1_STP)) { /* There was an error. */ in lance_rx()
786 if (status & RMD1_ENP) /* Only count a general error at the */ in lance_rx()
792 head->flag &= (RMD1_ENP|RMD1_STP); in lance_rx()
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/
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()
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()

Completed in 6 milliseconds