IE_XS_MAXCOLL
ifp->if_collisions += (status & IE_XS_MAXCOLL);
ifp->if_collisions += status & IE_XS_MAXCOLL;