Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dvdpa.h288 struct vdpa_config_ops { struct
290 int (*set_vq_address)(struct vdpa_device *vdev,
293 void (*set_vq_num)(struct vdpa_device *vdev, u16 idx, u32 num);
294 void (*kick_vq)(struct vdpa_device *vdev, u16 idx);
295 void (*set_vq_cb)(struct vdpa_device *vdev, u16 idx,
297 void (*set_vq_ready)(struct vdpa_device *vdev, u16 idx, bool ready);
298 bool (*get_vq_ready)(struct vdpa_device *vdev, u16 idx);
299 int (*set_vq_state)(struct vdpa_device *vdev, u16 idx,
301 int (*get_vq_state)(struct vdpa_device *vdev, u16 idx,
303 int (*get_vendor_vq_stats)(struct vdpa_device *vdev, u16 idx,
[all …]