Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dnetdev_features.h112 #define NETIF_F_VLAN_CHALLENGED __NETIF_F(VLAN_CHALLENGED) macro
133 #define NETIF_F_NEVER_CHANGE (NETIF_F_VLAN_CHALLENGED | \
165 NETIF_F_FRAGLIST | NETIF_F_VLAN_CHALLENGED)
/linux-4.4.14/drivers/net/
Dloopback.c182 | NETIF_F_VLAN_CHALLENGED in loopback_setup()
/linux-4.4.14/Documentation/networking/
Dnetdev-features.txt83 NETIF_F_NEVER_CHANGE sets. The exception is NETIF_F_VLAN_CHALLENGED but
151 NETIF_F_VLAN_CHALLENGED should be set for devices which can't cope with VLAN
/linux-4.4.14/net/hsr/
Dhsr_device.c410 dev->features |= NETIF_F_VLAN_CHALLENGED; in hsr_dev_setup()
/linux-4.4.14/drivers/net/wimax/i2400m/
Dnetdev.c626 NETIF_F_VLAN_CHALLENGED in i2400m_netdev_setup()
/linux-4.4.14/net/8021q/
Dvlan.c130 if (real_dev->features & NETIF_F_VLAN_CHALLENGED) { in vlan_check_real_dev()
/linux-4.4.14/drivers/net/ethernet/wiznet/
Dw5300.c629 ndev->features |= NETIF_F_VLAN_CHALLENGED; in w5300_probe()
Dw5100.c717 ndev->features |= NETIF_F_VLAN_CHALLENGED; in w5100_probe()
/linux-4.4.14/drivers/net/ethernet/xilinx/
Dll_temac_main.c1026 ndev->features |= NETIF_F_VLAN_CHALLENGED; /* cannot handle VLAN pkts */ in temac_of_probe()
/linux-4.4.14/drivers/net/bonding/
Dbond_main.c1333 if (slave_dev->features & NETIF_F_VLAN_CHALLENGED) { in bond_enslave()
1881 if (!(bond_dev->features & NETIF_F_VLAN_CHALLENGED) && in __bond_release_one()
1882 (old_features & NETIF_F_VLAN_CHALLENGED)) in __bond_release_one()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/
Dswitchx2.c990 NETIF_F_VLAN_CHALLENGED; in mlxsw_sx_port_create()
/linux-4.4.14/drivers/net/ethernet/toshiba/
Dps3_gelic_net.c1513 netdev->features |= NETIF_F_VLAN_CHALLENGED; in gelic_net_setup_netdev()
/linux-4.4.14/drivers/infiniband/ulp/ipoib/
Dipoib_main.c1643 dev->features = (NETIF_F_VLAN_CHALLENGED | in ipoib_setup()
/linux-4.4.14/drivers/net/team/
Dteam.c1128 if (port_dev->features & NETIF_F_VLAN_CHALLENGED && in team_port_add()
/linux-4.4.14/drivers/net/ethernet/intel/
De100.c2914 netdev->features |= NETIF_F_VLAN_CHALLENGED; in e100_probe()
/linux-4.4.14/net/core/
Ddev.c7492 mask |= NETIF_F_VLAN_CHALLENGED; in netdev_increment_features()