Home
last modified time | relevance | path

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

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