Lines Matching refs:features
202 netdev_features_t features) in hsr_features_recompute() argument
207 mask = features; in hsr_features_recompute()
216 features &= ~NETIF_F_ONE_FOR_ALL; in hsr_features_recompute()
218 features = netdev_increment_features(features, in hsr_features_recompute()
219 port->dev->features, in hsr_features_recompute()
222 return features; in hsr_features_recompute()
226 netdev_features_t features) in hsr_fix_features() argument
230 return hsr_features_recompute(hsr, features); in hsr_fix_features()
403 dev->features = dev->hw_features; in hsr_dev_setup()
406 dev->features |= NETIF_F_LLTX; in hsr_dev_setup()
410 dev->features |= NETIF_F_VLAN_CHALLENGED; in hsr_dev_setup()
414 dev->features |= NETIF_F_NETNS_LOCAL; in hsr_dev_setup()