Home
last modified time | relevance | path

Searched refs:NETIF_F_VLAN_CHALLENGED (Results 1 – 12 of 12) sorted by relevance

/linux/include/linux/
H A Dnetdev_features.h132 #define NETIF_F_VLAN_CHALLENGED __NETIF_F(VLAN_CHALLENGED) macro
191 #define NETIF_F_NEVER_CHANGE NETIF_F_VLAN_CHALLENGED
222 NETIF_F_FRAGLIST | NETIF_F_VLAN_CHALLENGED)
/linux/drivers/net/
H A Dloopback.c184 | NETIF_F_VLAN_CHALLENGED in gen_lo_setup()
H A Dnet_failover.c484 if (failover_dev->features & NETIF_F_VLAN_CHALLENGED && in net_failover_slave_pre_register()
/linux/Documentation/networking/
H A Dnetdev-features.rst86 NETIF_F_NEVER_CHANGE sets. The exception is NETIF_F_VLAN_CHALLENGED but
144 NETIF_F_VLAN_CHALLENGED should be set for devices which can't cope with VLAN
/linux/drivers/net/wwan/t7xx/
H A Dt7xx_netdev.c235 dev->features = NETIF_F_VLAN_CHALLENGED; in t7xx_ccmni_wwan_setup()
/linux/net/8021q/
H A Dvlan.c134 if (real_dev->features & NETIF_F_VLAN_CHALLENGED || in vlan_check_real_dev()
/linux/drivers/net/ethernet/toshiba/
H A Dps3_gelic_net.c1502 netdev->features |= NETIF_F_VLAN_CHALLENGED; in gelic_net_setup_netdev()
/linux/drivers/net/bonding/
H A Dbond_main.c1991 if (slave_dev->features & NETIF_F_VLAN_CHALLENGED) { in bond_enslave()
2607 if (!(bond_dev->features & NETIF_F_VLAN_CHALLENGED) && in __bond_release_one()
2608 (old_features & NETIF_F_VLAN_CHALLENGED)) in __bond_release_one()
/linux/drivers/s390/net/
H A Dqeth_l2_main.c1096 card->dev->features |= NETIF_F_VLAN_CHALLENGED; in qeth_l2_setup_netdev()
/linux/drivers/net/team/
H A Dteam_core.c1185 if (port_dev->features & NETIF_F_VLAN_CHALLENGED && in team_port_add()
/linux/drivers/net/ethernet/intel/
H A De100.c2895 netdev->features |= NETIF_F_VLAN_CHALLENGED; in e100_probe()
/linux/net/core/
H A Ddev.c12219 mask |= NETIF_F_VLAN_CHALLENGED; in netdev_increment_features()