Searched refs:VIRTIO_CONFIG_S_FEATURES_OK (Results 1 – 5 of 5) sorted by relevance
42 #define VIRTIO_CONFIG_S_FEATURES_OK 8 macro
265 ifcvf_add_status(hw, VIRTIO_CONFIG_S_FEATURES_OK); in ifcvf_config_features()267 if (!(ifcvf_get_status(hw) & VIRTIO_CONFIG_S_FEATURES_OK)) { in ifcvf_config_features()
197 virtio_add_status(dev, VIRTIO_CONFIG_S_FEATURES_OK); in virtio_finalize_features()199 if (!(status & VIRTIO_CONFIG_S_FEATURES_OK)) { in virtio_finalize_features()
35 VIRTIO_CONFIG_S_FEATURES_OK | VIRTIO_CONFIG_S_NEEDS_RESET | VIRTIO_CONFIG_S_FAILED)180 MLX5_LOG_VIO_STAT(VIRTIO_CONFIG_S_FEATURES_OK); in print_status()
287 if (ops->get_status(vdpa) & VIRTIO_CONFIG_S_FEATURES_OK) in vhost_vdpa_set_features()