Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dnetdev_features.h130 #define NETIF_F_VLAN_CHALLENGED __NETIF_F(VLAN_CHALLENGED) macro
184 #define NETIF_F_NEVER_CHANGE (NETIF_F_VLAN_CHALLENGED | \
219 NETIF_F_FRAGLIST | NETIF_F_VLAN_CHALLENGED)
/kernel/linux/linux-5.10/drivers/net/
Dloopback.c186 | NETIF_F_VLAN_CHALLENGED in gen_lo_setup()
Dnet_failover.c484 if (failover_dev->features & NETIF_F_VLAN_CHALLENGED && in net_failover_slave_pre_register()
Dvrf.c1622 dev->features |= NETIF_F_VLAN_CHALLENGED; in vrf_setup()
/kernel/linux/linux-5.10/Documentation/networking/
Dnetdev-features.rst86 NETIF_F_NEVER_CHANGE sets. The exception is NETIF_F_VLAN_CHALLENGED but
159 NETIF_F_VLAN_CHALLENGED should be set for devices which can't cope with VLAN
/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/
Dnetdev.c591 NETIF_F_VLAN_CHALLENGED in i2400m_netdev_setup()
/kernel/linux/linux-5.10/net/hsr/
Dhsr_device.c461 dev->features |= NETIF_F_VLAN_CHALLENGED; in hsr_dev_setup()
/kernel/linux/linux-5.10/net/8021q/
Dvlan.c131 if (real_dev->features & NETIF_F_VLAN_CHALLENGED) { in vlan_check_real_dev()
/kernel/linux/linux-5.10/drivers/net/ethernet/wiznet/
Dw5300.c611 ndev->features |= NETIF_F_VLAN_CHALLENGED; in w5300_probe()
Dw5100.c1144 ndev->features |= NETIF_F_VLAN_CHALLENGED; in w5100_probe()
/kernel/linux/linux-5.10/drivers/net/ipvlan/
Dipvlan_main.c114 (IPVLAN_ALWAYS_ON_OFLOADS | NETIF_F_LLTX | NETIF_F_VLAN_CHALLENGED)
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_rep.c757 netdev->features |= NETIF_F_VLAN_CHALLENGED; in mlx5e_build_rep_netdev()
/kernel/linux/linux-5.10/drivers/net/ethernet/xilinx/
Dll_temac_main.c1396 ndev->features |= NETIF_F_VLAN_CHALLENGED; /* cannot handle VLAN pkts */ in temac_probe()
/kernel/linux/linux-5.10/drivers/net/ethernet/toshiba/
Dps3_gelic_net.c1489 netdev->features |= NETIF_F_VLAN_CHALLENGED; in gelic_net_setup_netdev()
/kernel/linux/linux-5.10/drivers/net/bonding/
Dbond_main.c1724 if (slave_dev->features & NETIF_F_VLAN_CHALLENGED) { in bond_enslave()
2286 if (!(bond_dev->features & NETIF_F_VLAN_CHALLENGED) && in __bond_release_one()
2287 (old_features & NETIF_F_VLAN_CHALLENGED)) in __bond_release_one()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
Dswitchx2.c995 NETIF_F_VLAN_CHALLENGED; in __mlxsw_sx_port_eth_create()
/kernel/linux/linux-5.10/drivers/s390/net/
Dqeth_l2_main.c909 card->dev->features |= NETIF_F_VLAN_CHALLENGED; in qeth_l2_setup_netdev()
/kernel/linux/linux-5.10/drivers/infiniband/ulp/ipoib/
Dipoib_main.c2112 dev->features = (NETIF_F_VLAN_CHALLENGED | in ipoib_setup_common()
/kernel/linux/linux-5.10/drivers/net/team/
Dteam.c1166 if (port_dev->features & NETIF_F_VLAN_CHALLENGED && in team_port_add()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/
De100.c2893 netdev->features |= NETIF_F_VLAN_CHALLENGED; in e100_probe()
/kernel/linux/linux-5.10/net/core/
Ddev.c11003 mask |= NETIF_F_VLAN_CHALLENGED; in netdev_increment_features()
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/
Dhispark_taurus.patch59204 #define NETIF_F_VLAN_CHALLENGED __NETIF_F(VLAN_CHALLENGED)
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/
Dhispark_taurus.patch363609 #define NETIF_F_VLAN_CHALLENGED __NETIF_F(VLAN_CHALLENGED)