Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dnetdev_features.h129 #define NETIF_F_VLAN_CHALLENGED __NETIF_F(VLAN_CHALLENGED) macro
162 #define NETIF_F_NEVER_CHANGE (NETIF_F_VLAN_CHALLENGED | \
197 NETIF_F_FRAGLIST | NETIF_F_VLAN_CHALLENGED)
/Linux-v4.19/drivers/net/
Dloopback.c193 | NETIF_F_VLAN_CHALLENGED in loopback_setup()
Dnet_failover.c490 if (failover_dev->features & NETIF_F_VLAN_CHALLENGED && in net_failover_slave_pre_register()
Dvrf.c1253 dev->features |= NETIF_F_VLAN_CHALLENGED; in vrf_setup()
/Linux-v4.19/Documentation/networking/
Dnetdev-features.txt83 NETIF_F_NEVER_CHANGE sets. The exception is NETIF_F_VLAN_CHALLENGED but
156 NETIF_F_VLAN_CHALLENGED should be set for devices which can't cope with VLAN
/Linux-v4.19/net/hsr/
Dhsr_device.c421 dev->features |= NETIF_F_VLAN_CHALLENGED; in hsr_dev_setup()
/Linux-v4.19/drivers/net/wimax/i2400m/
Dnetdev.c606 NETIF_F_VLAN_CHALLENGED in i2400m_netdev_setup()
/Linux-v4.19/net/8021q/
Dvlan.c126 if (real_dev->features & NETIF_F_VLAN_CHALLENGED) { in vlan_check_real_dev()
/Linux-v4.19/drivers/net/ethernet/wiznet/
Dw5300.c627 ndev->features |= NETIF_F_VLAN_CHALLENGED; in w5300_probe()
Dw5100.c1149 ndev->features |= NETIF_F_VLAN_CHALLENGED; in w5100_probe()
/Linux-v4.19/drivers/net/ipvlan/
Dipvlan_main.c199 dev->features |= NETIF_F_LLTX | NETIF_F_VLAN_CHALLENGED; in ipvlan_init()
/Linux-v4.19/drivers/net/ethernet/xilinx/
Dll_temac_main.c1007 ndev->features |= NETIF_F_VLAN_CHALLENGED; /* cannot handle VLAN pkts */ in temac_of_probe()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_rep.c963 netdev->features |= NETIF_F_VLAN_CHALLENGED | NETIF_F_HW_TC | NETIF_F_NETNS_LOCAL; in mlx5e_build_rep_netdev()
/Linux-v4.19/drivers/net/bonding/
Dbond_main.c1388 if (slave_dev->features & NETIF_F_VLAN_CHALLENGED) { in bond_enslave()
1962 if (!(bond_dev->features & NETIF_F_VLAN_CHALLENGED) && in __bond_release_one()
1963 (old_features & NETIF_F_VLAN_CHALLENGED)) in __bond_release_one()
/Linux-v4.19/drivers/net/ethernet/toshiba/
Dps3_gelic_net.c1501 netdev->features |= NETIF_F_VLAN_CHALLENGED; in gelic_net_setup_netdev()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dswitchx2.c1049 NETIF_F_VLAN_CHALLENGED; in __mlxsw_sx_port_eth_create()
/Linux-v4.19/drivers/s390/net/
Dqeth_l2_main.c911 card->dev->features |= NETIF_F_VLAN_CHALLENGED; in qeth_l2_setup_netdev()
/Linux-v4.19/drivers/infiniband/ulp/ipoib/
Dipoib_main.c2073 dev->features = (NETIF_F_VLAN_CHALLENGED | in ipoib_setup_common()
/Linux-v4.19/drivers/net/team/
Dteam.c1176 if (port_dev->features & NETIF_F_VLAN_CHALLENGED && in team_port_add()
/Linux-v4.19/drivers/net/ethernet/intel/
De100.c2884 netdev->features |= NETIF_F_VLAN_CHALLENGED; in e100_probe()
/Linux-v4.19/net/core/
Ddev.c9312 mask |= NETIF_F_VLAN_CHALLENGED; in netdev_increment_features()