Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/amd/
H A Dsun3lance.c191 #define RMD1_STP 0x02 /* start of packet */ macro
775 if (status != (RMD1_ENP|RMD1_STP)) { /* There was an error. */ in lance_rx()
786 head->flag &= (RMD1_ENP|RMD1_STP); in lance_rx()
H A Datarilance.c291 #define RMD1_STP 0x02 /* start of packet */ macro
975 if (status != (RMD1_ENP|RMD1_STP)) { /* There was an error. */ in lance_rx()
986 head->flag &= (RMD1_ENP|RMD1_STP); in lance_rx()