Lines Matching refs:vdpa_device

42 static struct vdpasim *vdpa_to_sim(struct vdpa_device *vdpa)  in vdpa_to_sim()
49 struct vdpa_device *vdpa = dev_to_vdpa(dev); in dev_to_sim()
322 static int vdpasim_set_vq_address(struct vdpa_device *vdpa, u16 idx, in vdpasim_set_vq_address()
336 static void vdpasim_set_vq_num(struct vdpa_device *vdpa, u16 idx, u32 num) in vdpasim_set_vq_num()
344 static void vdpasim_kick_vq(struct vdpa_device *vdpa, u16 idx) in vdpasim_kick_vq()
353 static void vdpasim_set_vq_cb(struct vdpa_device *vdpa, u16 idx, in vdpasim_set_vq_cb()
363 static void vdpasim_set_vq_ready(struct vdpa_device *vdpa, u16 idx, bool ready) in vdpasim_set_vq_ready()
378 static bool vdpasim_get_vq_ready(struct vdpa_device *vdpa, u16 idx) in vdpasim_get_vq_ready()
386 static int vdpasim_set_vq_state(struct vdpa_device *vdpa, u16 idx, in vdpasim_set_vq_state()
400 static int vdpasim_get_vq_state(struct vdpa_device *vdpa, u16 idx, in vdpasim_get_vq_state()
411 static u32 vdpasim_get_vq_align(struct vdpa_device *vdpa) in vdpasim_get_vq_align()
416 static u32 vdpasim_get_vq_group(struct vdpa_device *vdpa, u16 idx) in vdpasim_get_vq_group()
425 static u64 vdpasim_get_device_features(struct vdpa_device *vdpa) in vdpasim_get_device_features()
432 static int vdpasim_set_driver_features(struct vdpa_device *vdpa, u64 features) in vdpasim_set_driver_features()
445 static u64 vdpasim_get_driver_features(struct vdpa_device *vdpa) in vdpasim_get_driver_features()
452 static void vdpasim_set_config_cb(struct vdpa_device *vdpa, in vdpasim_set_config_cb()
458 static u16 vdpasim_get_vq_num_max(struct vdpa_device *vdpa) in vdpasim_get_vq_num_max()
463 static u32 vdpasim_get_device_id(struct vdpa_device *vdpa) in vdpasim_get_device_id()
470 static u32 vdpasim_get_vendor_id(struct vdpa_device *vdpa) in vdpasim_get_vendor_id()
475 static u8 vdpasim_get_status(struct vdpa_device *vdpa) in vdpasim_get_status()
487 static void vdpasim_set_status(struct vdpa_device *vdpa, u8 status) in vdpasim_set_status()
496 static int vdpasim_reset(struct vdpa_device *vdpa) in vdpasim_reset()
508 static size_t vdpasim_get_config_size(struct vdpa_device *vdpa) in vdpasim_get_config_size()
515 static void vdpasim_get_config(struct vdpa_device *vdpa, unsigned int offset, in vdpasim_get_config()
529 static void vdpasim_set_config(struct vdpa_device *vdpa, unsigned int offset, in vdpasim_set_config()
543 static u32 vdpasim_get_generation(struct vdpa_device *vdpa) in vdpasim_get_generation()
550 static struct vdpa_iova_range vdpasim_get_iova_range(struct vdpa_device *vdpa) in vdpasim_get_iova_range()
560 static int vdpasim_set_group_asid(struct vdpa_device *vdpa, unsigned int group, in vdpasim_set_group_asid()
587 static int vdpasim_set_map(struct vdpa_device *vdpa, unsigned int asid, in vdpasim_set_map()
620 static int vdpasim_dma_map(struct vdpa_device *vdpa, unsigned int asid, in vdpasim_dma_map()
638 static int vdpasim_dma_unmap(struct vdpa_device *vdpa, unsigned int asid, in vdpasim_dma_unmap()
653 static void vdpasim_free(struct vdpa_device *vdpa) in vdpasim_free()