Lines Matching defs:vdpa_dev

21 static struct pds_vdpa_device *vdpa_to_pdsv(struct vdpa_device *vdpa_dev)  in vdpa_to_pdsv()
72 static int pds_vdpa_set_vq_address(struct vdpa_device *vdpa_dev, u16 qid, in pds_vdpa_set_vq_address()
84 static void pds_vdpa_set_vq_num(struct vdpa_device *vdpa_dev, u16 qid, u32 num) in pds_vdpa_set_vq_num()
91 static void pds_vdpa_kick_vq(struct vdpa_device *vdpa_dev, u16 qid) in pds_vdpa_kick_vq()
98 static void pds_vdpa_set_vq_cb(struct vdpa_device *vdpa_dev, u16 qid, in pds_vdpa_set_vq_cb()
126 static void pds_vdpa_set_vq_ready(struct vdpa_device *vdpa_dev, u16 qid, bool ready) in pds_vdpa_set_vq_ready()
164 static bool pds_vdpa_get_vq_ready(struct vdpa_device *vdpa_dev, u16 qid) in pds_vdpa_get_vq_ready()
171 static int pds_vdpa_set_vq_state(struct vdpa_device *vdpa_dev, u16 qid, in pds_vdpa_set_vq_state()
221 static int pds_vdpa_get_vq_state(struct vdpa_device *vdpa_dev, u16 qid, in pds_vdpa_get_vq_state()
257 pds_vdpa_get_vq_notification(struct vdpa_device *vdpa_dev, u16 qid) in pds_vdpa_get_vq_notification()
274 static int pds_vdpa_get_vq_irq(struct vdpa_device *vdpa_dev, u16 qid) in pds_vdpa_get_vq_irq()
281 static u32 pds_vdpa_get_vq_align(struct vdpa_device *vdpa_dev) in pds_vdpa_get_vq_align()
286 static u32 pds_vdpa_get_vq_group(struct vdpa_device *vdpa_dev, u16 idx) in pds_vdpa_get_vq_group()
291 static u64 pds_vdpa_get_device_features(struct vdpa_device *vdpa_dev) in pds_vdpa_get_device_features()
298 static int pds_vdpa_set_driver_features(struct vdpa_device *vdpa_dev, u64 features) in pds_vdpa_set_driver_features()
339 static u64 pds_vdpa_get_driver_features(struct vdpa_device *vdpa_dev) in pds_vdpa_get_driver_features()
346 static void pds_vdpa_set_config_cb(struct vdpa_device *vdpa_dev, in pds_vdpa_set_config_cb()
355 static u16 pds_vdpa_get_vq_num_max(struct vdpa_device *vdpa_dev) in pds_vdpa_get_vq_num_max()
363 static u32 pds_vdpa_get_device_id(struct vdpa_device *vdpa_dev) in pds_vdpa_get_device_id()
368 static u32 pds_vdpa_get_vendor_id(struct vdpa_device *vdpa_dev) in pds_vdpa_get_vendor_id()
373 static u8 pds_vdpa_get_status(struct vdpa_device *vdpa_dev) in pds_vdpa_get_status()
446 static void pds_vdpa_set_status(struct vdpa_device *vdpa_dev, u8 status) in pds_vdpa_set_status()
500 static int pds_vdpa_reset(struct vdpa_device *vdpa_dev) in pds_vdpa_reset()
535 static size_t pds_vdpa_get_config_size(struct vdpa_device *vdpa_dev) in pds_vdpa_get_config_size()
540 static void pds_vdpa_get_config(struct vdpa_device *vdpa_dev, in pds_vdpa_get_config()
556 static void pds_vdpa_set_config(struct vdpa_device *vdpa_dev, in pds_vdpa_set_config()
754 struct vdpa_device *vdpa_dev) in pds_vdpa_dev_del()