E1000_RXD_STAT_EOP
if (unlikely((status & E1000_RXD_STAT_EOP) &&
if (!(status & E1000_RXD_STAT_EOP)) {
if (unlikely(!(status & E1000_RXD_STAT_EOP)))
if (status & E1000_RXD_STAT_EOP)
if (!(staterr & E1000_RXD_STAT_EOP))
if (staterr & E1000_RXD_STAT_EOP)
if (unlikely((staterr & E1000_RXD_STAT_EOP) &&
if (!(staterr & E1000_RXD_STAT_EOP)) {
if (unlikely(!(staterr & E1000_RXD_STAT_EOP)))
if (staterr & E1000_RXD_STAT_EOP)
if (likely(igb_test_staterr(rx_desc, E1000_RXD_STAT_EOP)))
if (!(staterr & E1000_RXD_STAT_EOP)) {