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