E1000_RXD_STAT_IXSM
if (unlikely(status & E1000_RXD_STAT_IXSM))
if (status & E1000_RXD_STAT_IXSM)
if (igb_test_staterr(rx_desc, E1000_RXD_STAT_IXSM))
if ((status_err & E1000_RXD_STAT_IXSM) ||