Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dnetdev_features.h250 #define NETIF_F_VLAN_FEATURES (NETIF_F_HW_VLAN_CTAG_FILTER | \ macro
/Linux-v6.6/drivers/net/ethernet/wangxun/ngbe/
Dngbe_main.c575 netdev->features |= NETIF_F_IPV6_CSUM | NETIF_F_VLAN_FEATURES; in ngbe_probe()
/Linux-v6.6/drivers/net/ethernet/wangxun/txgbe/
Dtxgbe_main.c632 netdev->features |= NETIF_F_VLAN_FEATURES; in txgbe_probe()
/Linux-v6.6/net/8021q/
Dvlan_dev.c596 if (dev->features & NETIF_F_VLAN_FEATURES) in vlan_dev_init()
/Linux-v6.6/drivers/net/ethernet/pensando/ionic/
Dionic_lif.c1642 netdev->vlan_features |= netdev->features & ~NETIF_F_VLAN_FEATURES; in ionic_init_nic_features()