Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dnetdev_features.h126 #define NETIF_F_VLAN_CHALLENGED __NETIF_F(VLAN_CHALLENGED) macro
177 #define NETIF_F_NEVER_CHANGE (NETIF_F_VLAN_CHALLENGED | \
212 NETIF_F_FRAGLIST | NETIF_F_VLAN_CHALLENGED)
/Linux-v5.4/drivers/net/
Dloopback.c184 | NETIF_F_VLAN_CHALLENGED in gen_lo_setup()
Dnet_failover.c487 if (failover_dev->features & NETIF_F_VLAN_CHALLENGED && in net_failover_slave_pre_register()
Dvrf.c1272 dev->features |= NETIF_F_VLAN_CHALLENGED; in vrf_setup()
/Linux-v5.4/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-v5.4/drivers/net/wimax/i2400m/
Dnetdev.c591 NETIF_F_VLAN_CHALLENGED in i2400m_netdev_setup()
/Linux-v5.4/net/hsr/
Dhsr_device.c407 dev->features |= NETIF_F_VLAN_CHALLENGED; in hsr_dev_setup()
/Linux-v5.4/net/8021q/
Dvlan.c130 if (real_dev->features & NETIF_F_VLAN_CHALLENGED) { in vlan_check_real_dev()
/Linux-v5.4/drivers/net/ethernet/wiznet/
Dw5300.c611 ndev->features |= NETIF_F_VLAN_CHALLENGED; in w5300_probe()
Dw5100.c1142 ndev->features |= NETIF_F_VLAN_CHALLENGED; in w5100_probe()
/Linux-v5.4/drivers/net/ipvlan/
Dipvlan_main.c128 dev->features |= NETIF_F_LLTX | NETIF_F_VLAN_CHALLENGED; in ipvlan_init()
/Linux-v5.4/drivers/net/ethernet/xilinx/
Dll_temac_main.c1175 ndev->features |= NETIF_F_VLAN_CHALLENGED; /* cannot handle VLAN pkts */ in temac_probe()
/Linux-v5.4/drivers/net/bonding/
Dbond_main.c1407 if (slave_dev->features & NETIF_F_VLAN_CHALLENGED) { in bond_enslave()
1970 if (!(bond_dev->features & NETIF_F_VLAN_CHALLENGED) && in __bond_release_one()
1971 (old_features & NETIF_F_VLAN_CHALLENGED)) in __bond_release_one()
/Linux-v5.4/drivers/net/ethernet/toshiba/
Dps3_gelic_net.c1488 netdev->features |= NETIF_F_VLAN_CHALLENGED; in gelic_net_setup_netdev()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dswitchx2.c1021 NETIF_F_VLAN_CHALLENGED; in __mlxsw_sx_port_eth_create()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_rep.c1483 netdev->features |= NETIF_F_VLAN_CHALLENGED; in mlx5e_build_rep_netdev()
/Linux-v5.4/drivers/s390/net/
Dqeth_l2_main.c717 card->dev->features |= NETIF_F_VLAN_CHALLENGED; in qeth_l2_setup_netdev()
/Linux-v5.4/drivers/infiniband/ulp/ipoib/
Dipoib_main.c2083 dev->features = (NETIF_F_VLAN_CHALLENGED | in ipoib_setup_common()
/Linux-v5.4/drivers/net/team/
Dteam.c1162 if (port_dev->features & NETIF_F_VLAN_CHALLENGED && in team_port_add()
/Linux-v5.4/drivers/net/ethernet/intel/
De100.c2886 netdev->features |= NETIF_F_VLAN_CHALLENGED; in e100_probe()
/Linux-v5.4/net/core/
Ddev.c9906 mask |= NETIF_F_VLAN_CHALLENGED; in netdev_increment_features()