Searched refs:NETIF_VLAN_OFFLOAD_FEATURES (Results 1 – 2 of 2) sorted by relevance
4358 #define NETIF_VLAN_OFFLOAD_FEATURES (NETIF_F_HW_VLAN_CTAG_RX | \ macro4375 if ((netdev->features & NETIF_VLAN_OFFLOAD_FEATURES) ^ in iavf_set_features()4376 (features & NETIF_VLAN_OFFLOAD_FEATURES)) in iavf_set_features()
5780 #define NETIF_VLAN_OFFLOAD_FEATURES (NETIF_F_HW_VLAN_CTAG_RX | \ macro5972 current_vlan_features = netdev->features & NETIF_VLAN_OFFLOAD_FEATURES; in ice_set_vlan_features()5973 requested_vlan_features = features & NETIF_VLAN_OFFLOAD_FEATURES; in ice_set_vlan_features()