Searched defs:vdpa_config_ops (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/include/linux/ |
D | vdpa.h | 371 struct vdpa_config_ops { struct 373 int (*set_vq_address)(struct vdpa_device *vdev, 376 void (*set_vq_num)(struct vdpa_device *vdev, u16 idx, u32 num); 377 void (*kick_vq)(struct vdpa_device *vdev, u16 idx); 378 void (*kick_vq_with_data)(struct vdpa_device *vdev, u32 data); 379 void (*set_vq_cb)(struct vdpa_device *vdev, u16 idx, 381 void (*set_vq_ready)(struct vdpa_device *vdev, u16 idx, bool ready); 382 bool (*get_vq_ready)(struct vdpa_device *vdev, u16 idx); 383 int (*set_vq_state)(struct vdpa_device *vdev, u16 idx, 385 int (*get_vq_state)(struct vdpa_device *vdev, u16 idx, [all …]
|