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);
455 dev->features = dev->hw_features;
458 dev->features |= NETIF_F_LLTX;
462 dev->features |= NETIF_F_VLAN_CHALLENGED;
466 dev->features |= NETIF_F_NETNS_LOCAL;
535 if ((slave[0]->features & NETIF_F_HW_HSR_FWD) &&
536 (slave[1]->features & NETIF_F_HW_HSR_FWD))