Lines Matching refs:features
193 netdev_features_t features) in hsr_features_recompute() argument
198 mask = features; in hsr_features_recompute()
207 features &= ~NETIF_F_ONE_FOR_ALL; in hsr_features_recompute()
209 features = netdev_increment_features(features, in hsr_features_recompute()
210 port->dev->features, in hsr_features_recompute()
213 return features; in hsr_features_recompute()
217 netdev_features_t features) in hsr_fix_features() argument
221 return hsr_features_recompute(hsr, features); in hsr_fix_features()
658 dev->features = dev->hw_features; in hsr_dev_setup()
743 if ((slave[0]->features & NETIF_F_HW_HSR_FWD) && in hsr_dev_finalize()
744 (slave[1]->features & NETIF_F_HW_HSR_FWD)) in hsr_dev_finalize()
747 if ((slave[0]->features & NETIF_F_HW_VLAN_CTAG_FILTER) && in hsr_dev_finalize()
748 (slave[1]->features & NETIF_F_HW_VLAN_CTAG_FILTER)) in hsr_dev_finalize()
749 hsr_dev->features |= NETIF_F_HW_VLAN_CTAG_FILTER; in hsr_dev_finalize()