Home
last modified time | relevance | path

Searched refs:NETIF_F_VLAN_FEATURES (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dnetdev_features.h244 #define NETIF_F_VLAN_FEATURES (NETIF_F_HW_VLAN_CTAG_FILTER | \ macro
/linux/drivers/net/ethernet/wangxun/ngbe/
H A Dngbe_main.c682 netdev->features |= NETIF_F_IPV6_CSUM | NETIF_F_VLAN_FEATURES; in ngbe_probe()
/linux/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_main.c796 netdev->features |= NETIF_F_VLAN_FEATURES; in txgbe_probe()
/linux/net/8021q/
H A Dvlan_dev.c552 if (dev->features & NETIF_F_VLAN_FEATURES) in vlan_dev_init()
/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.c1624 netdev->vlan_features |= netdev->features & ~NETIF_F_VLAN_FEATURES; in ionic_init_nic_features()