Home
last modified time | relevance | path

Searched refs:all_features (Results 1 – 2 of 2) sorted by relevance

/linux/net/ethtool/
H A Dfeatures.c44 netdev_features_t all_features; in features_prepare_data() local
50 all_features = GENMASK_ULL(NETDEV_FEATURE_COUNT - 1, 0); in features_prepare_data()
51 ethnl_features_to_bitmap32(data->all, all_features); in features_prepare_data()
/linux/drivers/vhost/
H A Dnet.c1733 u64 all_features[VIRTIO_FEATURES_U64S]; in vhost_net_ioctl() local
1757 virtio_features_from_u64(all_features, features); in vhost_net_ioctl()
1758 return vhost_net_set_features(n, all_features); in vhost_net_ioctl()
1778 virtio_features_zero(all_features); in vhost_net_ioctl()
1781 if (copy_from_user(all_features, argp, copied * sizeof(u64))) in vhost_net_ioctl()
1797 if (all_features[i] & ~vhost_net_features[i]) in vhost_net_ioctl()
1800 return vhost_net_set_features(n, all_features); in vhost_net_ioctl()