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.h205 #define LE_R1_EOP 0x01 /* End of Packet */ macro
Dsunlance.c157 #define LE_R1_EOP 0x01 /* End of packet */ macro
528 if (bits & LE_R1_EOP) dev->stats.rx_errors++; in lance_rx_dvma()
698 if (bits & LE_R1_EOP) dev->stats.rx_errors++; in lance_rx_pio()
Ddeclance.c129 #define LE_R1_EOP 0x0100 /* End of packet */ macro
605 if (bits & LE_R1_EOP) in lance_rx()
D7990.c319 if (bits & LE_R1_EOP) in lance_rx()
Da2065.c287 if (bits & LE_R1_EOP) in lance_rx()