E1000_RXD_STAT_EOP
if (status & E1000_RXD_STAT_EOP) {
if (staterr & E1000_RXD_STAT_EOP) {
eop = (staterr & E1000_RXD_STAT_EOP) ? TRUE : FALSE;