Lines Matching defs:vdpa

39 	struct vdpa_device vdpa;  member
49 static struct eni_vdpa *vdpa_to_eni(struct vdpa_device *vdpa) in vdpa_to_eni()
54 static struct virtio_pci_legacy_device *vdpa_to_ldev(struct vdpa_device *vdpa) in vdpa_to_ldev()
61 static u64 eni_vdpa_get_features(struct vdpa_device *vdpa) in eni_vdpa_get_features()
72 static int eni_vdpa_set_features(struct vdpa_device *vdpa, u64 features) in eni_vdpa_set_features()
87 static u8 eni_vdpa_get_status(struct vdpa_device *vdpa) in eni_vdpa_get_status()
94 static int eni_vdpa_get_vq_irq(struct vdpa_device *vdpa, u16 idx) in eni_vdpa_get_vq_irq()
204 static void eni_vdpa_set_status(struct vdpa_device *vdpa, u8 status) in eni_vdpa_set_status()
222 static int eni_vdpa_reset(struct vdpa_device *vdpa) in eni_vdpa_reset()
236 static u16 eni_vdpa_get_vq_num_max(struct vdpa_device *vdpa) in eni_vdpa_get_vq_num_max()
243 static u16 eni_vdpa_get_vq_num_min(struct vdpa_device *vdpa) in eni_vdpa_get_vq_num_min()
250 static int eni_vdpa_get_vq_state(struct vdpa_device *vdpa, u16 qid, in eni_vdpa_get_vq_state()
256 static int eni_vdpa_set_vq_state(struct vdpa_device *vdpa, u16 qid, in eni_vdpa_set_vq_state()
274 static void eni_vdpa_set_vq_cb(struct vdpa_device *vdpa, u16 qid, in eni_vdpa_set_vq_cb()
282 static void eni_vdpa_set_vq_ready(struct vdpa_device *vdpa, u16 qid, in eni_vdpa_set_vq_ready()
295 static bool eni_vdpa_get_vq_ready(struct vdpa_device *vdpa, u16 qid) in eni_vdpa_get_vq_ready()
302 static void eni_vdpa_set_vq_num(struct vdpa_device *vdpa, u16 qid, in eni_vdpa_set_vq_num()
319 static int eni_vdpa_set_vq_address(struct vdpa_device *vdpa, u16 qid, in eni_vdpa_set_vq_address()
331 static void eni_vdpa_kick_vq(struct vdpa_device *vdpa, u16 qid) in eni_vdpa_kick_vq()
338 static u32 eni_vdpa_get_device_id(struct vdpa_device *vdpa) in eni_vdpa_get_device_id()
345 static u32 eni_vdpa_get_vendor_id(struct vdpa_device *vdpa) in eni_vdpa_get_vendor_id()
352 static u32 eni_vdpa_get_vq_align(struct vdpa_device *vdpa) in eni_vdpa_get_vq_align()
357 static size_t eni_vdpa_get_config_size(struct vdpa_device *vdpa) in eni_vdpa_get_config_size()
363 static void eni_vdpa_get_config(struct vdpa_device *vdpa, in eni_vdpa_get_config()
379 static void eni_vdpa_set_config(struct vdpa_device *vdpa, in eni_vdpa_set_config()
395 static void eni_vdpa_set_config_cb(struct vdpa_device *vdpa, in eni_vdpa_set_config_cb()