Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dvirtio_config.h42 #define VIRTIO_CONFIG_S_FEATURES_OK 8 macro
/linux-6.3-rc2/drivers/vdpa/ifcvf/
A Difcvf_base.c292 ifcvf_add_status(hw, VIRTIO_CONFIG_S_FEATURES_OK); in ifcvf_config_features()
294 if (!(ifcvf_get_status(hw) & VIRTIO_CONFIG_S_FEATURES_OK)) { in ifcvf_config_features()
/linux-6.3-rc2/drivers/virtio/
A Dvirtio.c194 virtio_add_status(dev, VIRTIO_CONFIG_S_FEATURES_OK); in virtio_features_ok()
196 if (!(status & VIRTIO_CONFIG_S_FEATURES_OK)) { in virtio_features_ok()
/linux-6.3-rc2/drivers/vdpa/
A Dvdpa.c978 if (status & VIRTIO_CONFIG_S_FEATURES_OK) { in vdpa_dev_config_fill()
1018 if (!(status & VIRTIO_CONFIG_S_FEATURES_OK)) { in vdpa_fill_stats_rec()
/linux-6.3-rc2/drivers/vdpa/virtio_pci/
A Dvp_vdpa.c288 if ((vp_modern_get_status(mdev) & VIRTIO_CONFIG_S_FEATURES_OK) && in vp_vdpa_set_vq_state()
/linux-6.3-rc2/drivers/vhost/
A Dvdpa.c394 if (ops->get_status(vdpa) & VIRTIO_CONFIG_S_FEATURES_OK) in vhost_vdpa_set_features()
/linux-6.3-rc2/drivers/vdpa/mlx5/net/
A Dmlx5_vnet.c44 VIRTIO_CONFIG_S_FEATURES_OK | VIRTIO_CONFIG_S_NEEDS_RESET | VIRTIO_CONFIG_S_FAILED)
207 MLX5_LOG_VIO_STAT(VIRTIO_CONFIG_S_FEATURES_OK); in print_status()

Completed in 20 milliseconds