Searched refs:NETIF_F_VLAN_CHALLENGED (Results 1 – 4 of 4) sorted by relevance
711 bond->dev->features |= NETIF_F_VLAN_CHALLENGED; in bond_del_vlan()742 if (slave->dev->features & NETIF_F_VLAN_CHALLENGED) { in bond_has_challenged_slaves()1621 if (slave_dev->features & NETIF_F_VLAN_CHALLENGED) { in bond_enslave()1637 bond_dev->features |= NETIF_F_VLAN_CHALLENGED; in bond_enslave()1645 bond_dev->features &= ~NETIF_F_VLAN_CHALLENGED; in bond_enslave()2123 bond_dev->features |= NETIF_F_VLAN_CHALLENGED; in bond_release()2133 } else if ((bond_dev->features & NETIF_F_VLAN_CHALLENGED) && in bond_release()2139 bond_dev->features &= ~NETIF_F_VLAN_CHALLENGED; in bond_release()2288 bond_dev->features |= NETIF_F_VLAN_CHALLENGED; in bond_release_all()4313 bond_dev->features |= NETIF_F_VLAN_CHALLENGED; in bond_init()
342 if (real_dev->features & NETIF_F_VLAN_CHALLENGED) { in register_vlan_device()
384 #define NETIF_F_VLAN_CHALLENGED 1024 /* Device cannot handle VLAN packets */ macro
2802 dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_VLAN_CHALLENGED; in happy_meal_sbus_init()