Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dnetdev_features.h113 #define NETIF_F_VLAN_CHALLENGED __NETIF_F(VLAN_CHALLENGED) macro
132 #define NETIF_F_NEVER_CHANGE (NETIF_F_VLAN_CHALLENGED | \
164 NETIF_F_FRAGLIST | NETIF_F_VLAN_CHALLENGED | \
/linux-4.1.27/drivers/net/
Dloopback.c183 | NETIF_F_VLAN_CHALLENGED in loopback_setup()
/linux-4.1.27/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.1.27/net/hsr/
Dhsr_device.c410 dev->features |= NETIF_F_VLAN_CHALLENGED; in hsr_dev_setup()
/linux-4.1.27/drivers/net/wimax/i2400m/
Dnetdev.c626 NETIF_F_VLAN_CHALLENGED in i2400m_netdev_setup()
/linux-4.1.27/net/8021q/
Dvlan.c130 if (real_dev->features & NETIF_F_VLAN_CHALLENGED) { in vlan_check_real_dev()
/linux-4.1.27/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.1.27/drivers/net/ethernet/xilinx/
Dll_temac_main.c1028 ndev->features |= NETIF_F_VLAN_CHALLENGED; /* cannot handle VLAN pkts */ in temac_of_probe()
/linux-4.1.27/drivers/net/bonding/
Dbond_main.c1320 if (slave_dev->features & NETIF_F_VLAN_CHALLENGED) { in bond_enslave()
1860 if (!(bond_dev->features & NETIF_F_VLAN_CHALLENGED) && in __bond_release_one()
1861 (old_features & NETIF_F_VLAN_CHALLENGED)) in __bond_release_one()
/linux-4.1.27/drivers/net/ethernet/toshiba/
Dps3_gelic_net.c1513 netdev->features |= NETIF_F_VLAN_CHALLENGED; in gelic_net_setup_netdev()
/linux-4.1.27/drivers/infiniband/ulp/ipoib/
Dipoib_main.c1395 dev->features = (NETIF_F_VLAN_CHALLENGED | in ipoib_setup()
/linux-4.1.27/drivers/net/team/
Dteam.c1123 if (port_dev->features & NETIF_F_VLAN_CHALLENGED && in team_port_add()
/linux-4.1.27/drivers/net/ethernet/intel/
De100.c2911 netdev->features |= NETIF_F_VLAN_CHALLENGED; in e100_probe()
/linux-4.1.27/net/core/
Ddev.c7205 mask |= NETIF_F_VLAN_CHALLENGED; in netdev_increment_features()