Lines Matching defs:valid
101 netdev_features_t wanted = 0, valid = 0;
115 valid |= (netdev_features_t)features[i].valid << (32 * i);
119 if (valid & ~NETIF_F_ETHTOOL_BITS)
122 if (valid & ~dev->hw_features) {
123 valid &= dev->hw_features;
127 dev->wanted_features &= ~valid;
128 dev->wanted_features |= wanted & valid;
131 if ((dev->wanted_features ^ dev->features) & valid)
192 /* ops->get_strings is valid because checked earlier */
1269 /* If either indir, hash key or function is valid, proceed further.