Searched refs:NETIF_VLAN_OFFLOAD_FEATURES (Results 1 – 2 of 2) sorted by relevance
4664 #define NETIF_VLAN_OFFLOAD_FEATURES (NETIF_F_HW_VLAN_CTAG_RX | \ macro4681 if ((netdev->features & NETIF_VLAN_OFFLOAD_FEATURES) ^ in iavf_set_features()4682 (features & NETIF_VLAN_OFFLOAD_FEATURES)) in iavf_set_features()
6217 #define NETIF_VLAN_OFFLOAD_FEATURES (NETIF_F_HW_VLAN_CTAG_RX | \ macro6431 current_vlan_features = netdev->features & NETIF_VLAN_OFFLOAD_FEATURES; in ice_set_vlan_features()6432 requested_vlan_features = features & NETIF_VLAN_OFFLOAD_FEATURES; in ice_set_vlan_features()