IFF_PHYINT_FLAGS
ASSERT((phyi->phyint_flags & ~(IFF_PHYINT_FLAGS)) == 0);
if ((turn_on|turn_off) & IFF_PHYINT_FLAGS)
phyi->phyint_flags |= (turn_on & IFF_PHYINT_FLAGS);
phyi->phyint_flags &= (~turn_off & IFF_PHYINT_FLAGS);
if ((turn_on|turn_off) & IFF_PHYINT_FLAGS)
phyi->phyint_flags |= (turn_on & IFF_PHYINT_FLAGS);
phyi->phyint_flags &= (~turn_off & IFF_PHYINT_FLAGS);
ASSERT((phyi->phyint_flags & ~(IFF_PHYINT_FLAGS)) == 0);