Home
last modified time | relevance | path

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

/linux/drivers/vhost/
H A Dnet.c1751 u64 all_features[VIRTIO_FEATURES_U64S]; in vhost_net_ioctl() local
1775 virtio_features_from_u64(all_features, features); in vhost_net_ioctl()
1776 return vhost_net_set_features(n, all_features); in vhost_net_ioctl()
1797 virtio_features_zero(all_features); in vhost_net_ioctl()
1800 if (copy_from_user(all_features, argp, copied * sizeof(u64))) in vhost_net_ioctl()
1816 if (all_features[i] & ~vhost_net_features[i]) in vhost_net_ioctl()
1819 return vhost_net_set_features(n, all_features); in vhost_net_ioctl()