Searched defs:vdpa_config_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/include/linux/ |
| D | vdpa.h | 336 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 …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | vdpa.h | 197 struct vdpa_config_ops { struct 199 int (*set_vq_address)(struct vdpa_device *vdev, 202 void (*set_vq_num)(struct vdpa_device *vdev, u16 idx, u32 num); 203 void (*kick_vq)(struct vdpa_device *vdev, u16 idx); 204 void (*set_vq_cb)(struct vdpa_device *vdev, u16 idx, 206 void (*set_vq_ready)(struct vdpa_device *vdev, u16 idx, bool ready); 207 bool (*get_vq_ready)(struct vdpa_device *vdev, u16 idx); 208 int (*set_vq_state)(struct vdpa_device *vdev, u16 idx, 210 int (*get_vq_state)(struct vdpa_device *vdev, u16 idx, 213 (*get_vq_notification)(struct vdpa_device *vdev, u16 idx); [all …]
|