Lines Matching defs:features
181 netdev_features_t features)
186 mask = features;
188 /* Mask out all features that, if supported by one device, should be
192 * that were in features originally, and also is in NETIF_F_ONE_FOR_ALL,
195 features &= ~NETIF_F_ONE_FOR_ALL;
197 features = netdev_increment_features(features,
198 port->dev->features,
201 return features;
205 netdev_features_t features)
209 return hsr_features_recompute(hsr, features);
454 dev->features = dev->hw_features;
457 dev->features |= NETIF_F_LLTX;
461 dev->features |= NETIF_F_VLAN_CHALLENGED;
465 dev->features |= NETIF_F_NETNS_LOCAL;