Searched refs:E1000_RXD_STAT_EOP (Results 1 – 2 of 2) sorted by relevance
4010 if (unlikely(!(status & E1000_RXD_STAT_EOP)))4019 if (status & E1000_RXD_STAT_EOP)4188 if (unlikely(!(staterr & E1000_RXD_STAT_EOP))) {
657 #define E1000_RXD_STAT_EOP 0x02 /* End of Packet */ macro