Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Da2065.h133 #define LE_R1_EOP 0x01 /* End of Packet */ macro
D7990.h212 #define LE_R1_EOP 0x01 /* End of Packet */ macro
Dsunlance.c158 #define LE_R1_EOP 0x01 /* End of packet */ macro
531 if (bits & LE_R1_EOP) lp->stats.rx_errors++; in lance_rx_dvma()
705 if (bits & LE_R1_EOP) lp->stats.rx_errors++; in lance_rx_pio()
Ddeclance.c123 #define LE_R1_EOP 0x01 /* End of packet */ macro
578 if (bits & LE_R1_EOP) in lance_rx()
D7990.c285 if (bits & LE_R1_EOP) lp->stats.rx_errors++; in lance_rx()
Da2065.c318 if (bits & LE_R1_EOP) lp->stats.rx_errors++; in lance_rx()