Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dvdpa.h336 struct vdpa_config_ops { struct
338 int (*set_vq_address)(struct vdpa_device *vdev,
341 void (*set_vq_num)(struct vdpa_device *vdev, u16 idx, u32 num);
342 void (*kick_vq)(struct vdpa_device *vdev, u16 idx);
343 void (*kick_vq_with_data)(struct vdpa_device *vdev, u32 data);
344 void (*set_vq_cb)(struct vdpa_device *vdev, u16 idx,
346 void (*set_vq_ready)(struct vdpa_device *vdev, u16 idx, bool ready);
347 bool (*get_vq_ready)(struct vdpa_device *vdev, u16 idx);
348 int (*set_vq_state)(struct vdpa_device *vdev, u16 idx,
350 int (*get_vq_state)(struct vdpa_device *vdev, u16 idx,
[all …]