Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/virtio/
Dvirtio_vdpa.c68 const struct vdpa_config_ops *ops = vdpa->config; in virtio_vdpa_set()
76 const struct vdpa_config_ops *ops = vdpa->config; in virtio_vdpa_generation()
87 const struct vdpa_config_ops *ops = vdpa->config; in virtio_vdpa_get_status()
95 const struct vdpa_config_ops *ops = vdpa->config; in virtio_vdpa_set_status()
110 const struct vdpa_config_ops *ops = vdpa->config; in virtio_vdpa_notify()
140 const struct vdpa_config_ops *ops = vdpa->config; in virtio_vdpa_setup_vq()
222 const struct vdpa_config_ops *ops = vdpa->config; in virtio_vdpa_del_vq()
257 const struct vdpa_config_ops *ops = vdpa->config; in virtio_vdpa_find_vqs()
290 const struct vdpa_config_ops *ops = vdpa->config; in virtio_vdpa_get_features()
339 const struct vdpa_config_ops *ops = vdpa->config; in virtio_vdpa_probe()
/kernel/linux/linux-5.10/include/linux/
Dvdpa.h49 const struct vdpa_config_ops *config;
197 struct vdpa_config_ops { struct
246 const struct vdpa_config_ops *config, argument
309 const struct vdpa_config_ops *ops = vdev->config; in vdpa_reset()
317 const struct vdpa_config_ops *ops = vdev->config; in vdpa_set_features()
327 const struct vdpa_config_ops *ops = vdev->config; in vdpa_get_config()
/kernel/linux/linux-5.10/drivers/vhost/
Dvdpa.c62 const struct vdpa_config_ops *ops = v->vdpa->config; in handle_vq_kick()
92 const struct vdpa_config_ops *ops = v->vdpa->config; in vhost_vdpa_setup_vq_irq()
133 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_get_device_id()
147 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_get_status()
161 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_set_status()
242 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_set_config()
269 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_get_features()
283 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_set_features()
305 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_get_vring_num()
369 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_vring_ioctl()
[all …]
/kernel/linux/linux-5.10/drivers/vdpa/
Dvdpa.c49 const struct vdpa_config_ops *ops = vdev->config; in vdpa_release_dev()
74 const struct vdpa_config_ops *config, in __vdpa_alloc_device()
/kernel/linux/linux-5.10/drivers/vdpa/vdpa_sim/
Dvdpa_sim.c357 static const struct vdpa_config_ops vdpasim_net_config_ops;
358 static const struct vdpa_config_ops vdpasim_net_batch_config_ops;
362 const struct vdpa_config_ops *ops; in vdpasim_create()
688 static const struct vdpa_config_ops vdpasim_net_config_ops = {
715 static const struct vdpa_config_ops vdpasim_net_batch_config_ops = {
/kernel/linux/linux-5.10/drivers/vdpa/ifcvf/
Difcvf_main.c376 static const struct vdpa_config_ops ifc_vdpa_ops = {
/kernel/linux/linux-5.10/drivers/vdpa/mlx5/net/
Dmlx5_vnet.c1884 static const struct vdpa_config_ops mlx5_vdpa_ops = {