Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dnetdev_features.h136 #define NETIF_F_VLAN_CHALLENGED __NETIF_F(VLAN_CHALLENGED) macro
195 #define NETIF_F_NEVER_CHANGE (NETIF_F_VLAN_CHALLENGED | \
230 NETIF_F_FRAGLIST | NETIF_F_VLAN_CHALLENGED)
/linux-6.3-rc2/drivers/net/
A Dloopback.c187 | NETIF_F_VLAN_CHALLENGED in gen_lo_setup()
A Dnet_failover.c488 if (failover_dev->features & NETIF_F_VLAN_CHALLENGED && in net_failover_slave_pre_register()
A Dvrf.c1687 dev->features |= NETIF_F_VLAN_CHALLENGED; in vrf_setup()
/linux-6.3-rc2/Documentation/networking/
A 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
/linux-6.3-rc2/drivers/net/wwan/t7xx/
A Dt7xx_netdev.c235 dev->features = NETIF_F_VLAN_CHALLENGED; in t7xx_ccmni_wwan_setup()
/linux-6.3-rc2/net/hsr/
A Dhsr_device.c462 dev->features |= NETIF_F_VLAN_CHALLENGED; in hsr_dev_setup()
/linux-6.3-rc2/net/8021q/
A Dvlan.c134 if (real_dev->features & NETIF_F_VLAN_CHALLENGED) { in vlan_check_real_dev()
/linux-6.3-rc2/drivers/net/ethernet/wiznet/
A Dw5300.c611 ndev->features |= NETIF_F_VLAN_CHALLENGED; in w5300_probe()
A Dw5100.c1141 ndev->features |= NETIF_F_VLAN_CHALLENGED; in w5100_probe()
/linux-6.3-rc2/drivers/net/ipvlan/
A Dipvlan_main.c117 (IPVLAN_ALWAYS_ON_OFLOADS | NETIF_F_LLTX | NETIF_F_VLAN_CHALLENGED)
/linux-6.3-rc2/drivers/net/ethernet/toshiba/
A Dps3_gelic_net.c1488 netdev->features |= NETIF_F_VLAN_CHALLENGED; in gelic_net_setup_netdev()
/linux-6.3-rc2/drivers/net/ethernet/xilinx/
A Dll_temac_main.c1414 ndev->features |= NETIF_F_VLAN_CHALLENGED; /* cannot handle VLAN pkts */ in temac_probe()
/linux-6.3-rc2/drivers/net/bonding/
A Dbond_main.c1816 if (slave_dev->features & NETIF_F_VLAN_CHALLENGED) { in bond_enslave()
2424 if (!(bond_dev->features & NETIF_F_VLAN_CHALLENGED) && in __bond_release_one()
2425 (old_features & NETIF_F_VLAN_CHALLENGED)) in __bond_release_one()
/linux-6.3-rc2/drivers/s390/net/
A Dqeth_l2_main.c1096 card->dev->features |= NETIF_F_VLAN_CHALLENGED; in qeth_l2_setup_netdev()
/linux-6.3-rc2/drivers/infiniband/ulp/ipoib/
A Dipoib_main.c2124 dev->features = (NETIF_F_VLAN_CHALLENGED | in ipoib_setup_common()
/linux-6.3-rc2/drivers/net/team/
A Dteam.c1171 if (port_dev->features & NETIF_F_VLAN_CHALLENGED && in team_port_add()
/linux-6.3-rc2/drivers/net/ethernet/intel/
A De100.c2896 netdev->features |= NETIF_F_VLAN_CHALLENGED; in e100_probe()
/linux-6.3-rc2/net/core/
A Ddev.c11146 mask |= NETIF_F_VLAN_CHALLENGED; in netdev_increment_features()

Completed in 80 milliseconds