Home
last modified time | relevance | path

Searched refs:LE_R1_EOP (Results 1 – 6 of 6) sorted by relevance

/drivers/net/ethernet/amd/
Da2065.h133 #define LE_R1_EOP 0x01 /* End of Packet */ macro
D7990.h208 #define LE_R1_EOP 0x01 /* End of Packet */ macro
Dsunlance.c162 #define LE_R1_EOP 0x01 /* End of packet */ macro
533 if (bits & LE_R1_EOP) dev->stats.rx_errors++; in lance_rx_dvma()
705 if (bits & LE_R1_EOP) dev->stats.rx_errors++; in lance_rx_pio()
Ddeclance.c128 #define LE_R1_EOP 0x0100 /* End of packet */ macro
603 if (bits & LE_R1_EOP) in lance_rx()
D7990.c315 if (bits & LE_R1_EOP) dev->stats.rx_errors++; in lance_rx()
Da2065.c289 if (bits & LE_R1_EOP) in lance_rx()