Home
last modified time | relevance | path

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

/linux/include/linux/
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/
A Dloopback.c184 | NETIF_F_VLAN_CHALLENGED in gen_lo_setup()
A Dnet_failover.c484 if (failover_dev->features & NETIF_F_VLAN_CHALLENGED && in net_failover_slave_pre_register()
A Dvrf.c1646 dev->features |= NETIF_F_VLAN_CHALLENGED; in vrf_setup()
/linux/Documentation/networking/
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/
A Dt7xx_netdev.c235 dev->features = NETIF_F_VLAN_CHALLENGED; in t7xx_ccmni_wwan_setup()
/linux/net/hsr/
A Dhsr_device.c579 dev->features |= NETIF_F_VLAN_CHALLENGED; in hsr_dev_setup()
/linux/net/8021q/
A Dvlan.c134 if (real_dev->features & NETIF_F_VLAN_CHALLENGED) { in vlan_check_real_dev()
/linux/drivers/net/ethernet/wiznet/
A Dw5300.c610 ndev->features |= NETIF_F_VLAN_CHALLENGED; in w5300_probe()
A Dw5100.c1139 ndev->features |= NETIF_F_VLAN_CHALLENGED; in w5100_probe()
/linux/drivers/net/ipvlan/
A Dipvlan_main.c117 (IPVLAN_ALWAYS_ON_OFLOADS | NETIF_F_VLAN_CHALLENGED)
/linux/drivers/net/ethernet/xilinx/
A Dll_temac_main.c1412 ndev->features |= NETIF_F_VLAN_CHALLENGED; /* cannot handle VLAN pkts */ in temac_probe()
/linux/drivers/net/ethernet/toshiba/
A Dps3_gelic_net.c1502 netdev->features |= NETIF_F_VLAN_CHALLENGED; in gelic_net_setup_netdev()
/linux/drivers/net/bonding/
A Dbond_main.c1982 if (slave_dev->features & NETIF_F_VLAN_CHALLENGED) { in bond_enslave()
2598 if (!(bond_dev->features & NETIF_F_VLAN_CHALLENGED) && in __bond_release_one()
2599 (old_features & NETIF_F_VLAN_CHALLENGED)) in __bond_release_one()
/linux/drivers/s390/net/
A Dqeth_l2_main.c1096 card->dev->features |= NETIF_F_VLAN_CHALLENGED; in qeth_l2_setup_netdev()
/linux/drivers/infiniband/ulp/ipoib/
A Dipoib_main.c2149 dev->features = (NETIF_F_VLAN_CHALLENGED | in ipoib_setup_common()
/linux/drivers/net/team/
A Dteam_core.c1172 if (port_dev->features & NETIF_F_VLAN_CHALLENGED && in team_port_add()
/linux/drivers/net/ethernet/intel/
A De100.c2895 netdev->features |= NETIF_F_VLAN_CHALLENGED; in e100_probe()
/linux/net/core/
A Ddev.c11737 mask |= NETIF_F_VLAN_CHALLENGED; in netdev_increment_features()

Completed in 89 milliseconds