Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnetdev_features.h244 #define NETIF_F_VLAN_FEATURES (NETIF_F_HW_VLAN_CTAG_FILTER | \ macro
/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()