Home
last modified time | relevance | path

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

/linux/drivers/virtio/
H A Dvirtio_debug.c17 if (virtio_features_test_bit(device_features, i)) in virtio_debug_device_features_show()
30 if (virtio_features_test_bit(dev->debugfs_filter_features, i)) in virtio_debug_filter_features_show()
H A Dvirtio.c305 if (virtio_features_test_bit(device_features, VIRTIO_F_VERSION_1)) { in virtio_dev_probe()
320 if (virtio_features_test_bit(device_features, i)) in virtio_dev_probe()
/linux/include/linux/
H A Dvirtio_features.h33 static inline bool virtio_features_test_bit(const u64 *features, in virtio_features_test_bit() function
H A Dvirtio_config.h156 return virtio_features_test_bit(vdev->features_array, fbit); in __virtio_test_bit()
/linux/drivers/vhost/
H A Dnet.c1659 hdr_len = virtio_features_test_bit(features, VIRTIO_NET_F_MRG_RXBUF) || in vhost_net_set_features()
1660 virtio_features_test_bit(features, VIRTIO_F_VERSION_1) ? in vhost_net_set_features()
1664 if (virtio_features_test_bit(features, in vhost_net_set_features()
1666 virtio_features_test_bit(features, in vhost_net_set_features()
1670 if (virtio_features_test_bit(features, VHOST_NET_F_VIRTIO_NET_HDR)) { in vhost_net_set_features()
1680 if (virtio_features_test_bit(features, VHOST_F_LOG_ALL) && in vhost_net_set_features()
1684 if (virtio_features_test_bit(features, VIRTIO_F_ACCESS_PLATFORM)) { in vhost_net_set_features()
H A Dvhost.h320 return virtio_features_test_bit(vq->acked_features_array, bit); in vhost_has_feature()