Lines Matching defs:features
208 static void __atlx_vlan_mode(netdev_features_t features, u32 *ctrl)
210 if (features & NETIF_F_HW_VLAN_CTAG_RX) {
220 netdev_features_t features)
229 __atlx_vlan_mode(features, &ctrl);
237 atlx_vlan_mode(adapter->netdev, adapter->netdev->features);
241 netdev_features_t features)
247 if (features & NETIF_F_HW_VLAN_CTAG_RX)
248 features |= NETIF_F_HW_VLAN_CTAG_TX;
250 features &= ~NETIF_F_HW_VLAN_CTAG_TX;
252 return features;
256 netdev_features_t features)
258 netdev_features_t changed = netdev->features ^ features;
261 atlx_vlan_mode(netdev, features);