Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dvirtio_config.h42 #define VIRTIO_CONFIG_S_FEATURES_OK 8 macro
/linux/drivers/vdpa/ifcvf/
A Difcvf_base.c291 ifcvf_add_status(hw, VIRTIO_CONFIG_S_FEATURES_OK); in ifcvf_config_features()
293 if (!(ifcvf_get_status(hw) & VIRTIO_CONFIG_S_FEATURES_OK)) { in ifcvf_config_features()
/linux/drivers/virtio/
A Dvirtio.c196 virtio_add_status(dev, VIRTIO_CONFIG_S_FEATURES_OK); in virtio_finalize_features()
198 if (!(status & VIRTIO_CONFIG_S_FEATURES_OK)) { in virtio_finalize_features()
/linux/drivers/vdpa/virtio_pci/
A Dvp_vdpa.c268 if ((vp_modern_get_status(mdev) & VIRTIO_CONFIG_S_FEATURES_OK) && in vp_vdpa_set_vq_state()
/linux/drivers/vhost/
A Dvdpa.c283 if (ops->get_status(vdpa) & VIRTIO_CONFIG_S_FEATURES_OK) in vhost_vdpa_set_features()
/linux/drivers/vdpa/mlx5/net/
A Dmlx5_vnet.c47 VIRTIO_CONFIG_S_FEATURES_OK | VIRTIO_CONFIG_S_NEEDS_RESET | VIRTIO_CONFIG_S_FAILED)
243 MLX5_LOG_VIO_STAT(VIRTIO_CONFIG_S_FEATURES_OK); in print_status()

Completed in 17 milliseconds