Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/amd/
Da2065.h133 #define LE_R1_EOP 0x01 /* End of Packet */ macro
D7990.h204 #define LE_R1_EOP 0x01 /* End of Packet */ macro
Dsunlance.c161 #define LE_R1_EOP 0x01 /* End of packet */ macro
532 if (bits & LE_R1_EOP) dev->stats.rx_errors++; in lance_rx_dvma()
702 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.c318 if (bits & LE_R1_EOP) in lance_rx()
Da2065.c290 if (bits & LE_R1_EOP) in lance_rx()