Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A 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)
/OK3568_Linux_fs/kernel/drivers/net/
H A Dloopback.c186 | NETIF_F_VLAN_CHALLENGED in gen_lo_setup()
H A Dnet_failover.c488 if (failover_dev->features & NETIF_F_VLAN_CHALLENGED && in net_failover_slave_pre_register()
H A Dvrf.c1622 dev->features |= NETIF_F_VLAN_CHALLENGED; in vrf_setup()
/OK3568_Linux_fs/kernel/Documentation/networking/
H 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
/OK3568_Linux_fs/kernel/drivers/net/wimax/i2400m/
H A Dnetdev.c591 NETIF_F_VLAN_CHALLENGED in i2400m_netdev_setup()
/OK3568_Linux_fs/kernel/net/hsr/
H A Dhsr_device.c486 dev->features |= NETIF_F_VLAN_CHALLENGED; in hsr_dev_setup()
/OK3568_Linux_fs/kernel/net/8021q/
H A Dvlan.c131 if (real_dev->features & NETIF_F_VLAN_CHALLENGED) { in vlan_check_real_dev()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/wiznet/
H A Dw5300.c611 ndev->features |= NETIF_F_VLAN_CHALLENGED; in w5300_probe()
H A Dw5100.c1144 ndev->features |= NETIF_F_VLAN_CHALLENGED; in w5100_probe()
/OK3568_Linux_fs/kernel/drivers/net/ipvlan/
H A Dipvlan_main.c114 (IPVLAN_ALWAYS_ON_OFLOADS | NETIF_F_LLTX | NETIF_F_VLAN_CHALLENGED)
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rep.c757 netdev->features |= NETIF_F_VLAN_CHALLENGED; in mlx5e_build_rep_netdev()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/xilinx/
H A Dll_temac_main.c1396 ndev->features |= NETIF_F_VLAN_CHALLENGED; /* cannot handle VLAN pkts */ in temac_probe()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/toshiba/
H A Dps3_gelic_net.c1486 netdev->features |= NETIF_F_VLAN_CHALLENGED; in gelic_net_setup_netdev()
/OK3568_Linux_fs/kernel/drivers/net/bonding/
H A 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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Dswitchx2.c995 NETIF_F_VLAN_CHALLENGED; in __mlxsw_sx_port_eth_create()
/OK3568_Linux_fs/kernel/drivers/s390/net/
H A Dqeth_l2_main.c909 card->dev->features |= NETIF_F_VLAN_CHALLENGED; in qeth_l2_setup_netdev()
/OK3568_Linux_fs/kernel/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c2112 dev->features = (NETIF_F_VLAN_CHALLENGED | in ipoib_setup_common()
/OK3568_Linux_fs/kernel/drivers/net/usb/GobiNet/
H A DGobiUSBNet.c1547 pDev->net->features |= (NETIF_F_VLAN_CHALLENGED); in GobiNetDriverBind()
/OK3568_Linux_fs/kernel/drivers/net/team/
H A Dteam.c1166 if (port_dev->features & NETIF_F_VLAN_CHALLENGED && in team_port_add()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/
H A De100.c2893 netdev->features |= NETIF_F_VLAN_CHALLENGED; in e100_probe()
/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c11009 mask |= NETIF_F_VLAN_CHALLENGED; in netdev_increment_features()