Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/e1000/
De1000_main.c4010 if (unlikely(!(status & E1000_RXD_STAT_EOP)))
4019 if (status & E1000_RXD_STAT_EOP)
4188 if (unlikely(!(staterr & E1000_RXD_STAT_EOP))) {
De1000_hw.h657 #define E1000_RXD_STAT_EOP 0x02 /* End of Packet */ macro