Searched defs:vdpa_dev (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/vdpa/pds/ |
| H A D | vdpa_dev.c | 91 static void pds_vdpa_kick_vq(struct vdpa_device *vdpa_dev, u16 qid) in pds_vdpa_kick_vq() 281 static u32 pds_vdpa_get_vq_align(struct vdpa_device *vdpa_dev) in pds_vdpa_get_vq_align() 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() 506 static int pds_vdpa_reset(struct vdpa_device *vdpa_dev) in pds_vdpa_reset() 546 static void pds_vdpa_get_config(struct vdpa_device *vdpa_dev, in pds_vdpa_get_config() 562 static void pds_vdpa_set_config(struct vdpa_device *vdpa_dev, in pds_vdpa_set_config() [all …]
|
| H A D | vdpa_dev.h | 34 struct vdpa_device vdpa_dev; member
|
| /linux-6.15/drivers/vdpa/ifcvf/ |
| H A D | ifcvf_main.c | 357 static struct ifcvf_hw *vdpa_to_vf(struct vdpa_device *vdpa_dev) in vdpa_to_vf() 406 static u8 ifcvf_vdpa_get_status(struct vdpa_device *vdpa_dev) in ifcvf_vdpa_get_status() 437 static int ifcvf_vdpa_reset(struct vdpa_device *vdpa_dev) in ifcvf_vdpa_reset() 489 static void ifcvf_vdpa_set_vq_ready(struct vdpa_device *vdpa_dev, in ifcvf_vdpa_set_vq_ready() 535 static u32 ifcvf_vdpa_get_device_id(struct vdpa_device *vdpa_dev) in ifcvf_vdpa_get_device_id() 550 static u32 ifcvf_vdpa_get_vq_align(struct vdpa_device *vdpa_dev) in ifcvf_vdpa_get_vq_align() 567 static void ifcvf_vdpa_get_config(struct vdpa_device *vdpa_dev, in ifcvf_vdpa_get_config() 576 static void ifcvf_vdpa_set_config(struct vdpa_device *vdpa_dev, in ifcvf_vdpa_set_config() 594 static int ifcvf_vdpa_get_vq_irq(struct vdpa_device *vdpa_dev, in ifcvf_vdpa_get_vq_irq() 605 static u16 ifcvf_vdpa_get_vq_size(struct vdpa_device *vdpa_dev, in ifcvf_vdpa_get_vq_size() [all …]
|
| /linux-6.15/drivers/vdpa/octeon_ep/ |
| H A D | octep_vdpa_main.c | 38 static struct octep_hw *vdpa_to_octep_hw(struct vdpa_device *vdpa_dev) in vdpa_to_octep_hw() 138 static u64 octep_vdpa_get_device_features(struct vdpa_device *vdpa_dev) in octep_vdpa_get_device_features() 172 static u8 octep_vdpa_get_status(struct vdpa_device *vdpa_dev) in octep_vdpa_get_status() 197 static int octep_vdpa_reset(struct vdpa_device *vdpa_dev) in octep_vdpa_reset() 220 static u16 octep_vdpa_get_vq_num_max(struct vdpa_device *vdpa_dev) in octep_vdpa_get_vq_num_max() 283 static void octep_vdpa_kick_vq(struct vdpa_device *vdpa_dev, u16 qid) in octep_vdpa_kick_vq() 296 static u32 octep_vdpa_get_generation(struct vdpa_device *vdpa_dev) in octep_vdpa_get_generation() 303 static u32 octep_vdpa_get_device_id(struct vdpa_device *vdpa_dev) in octep_vdpa_get_device_id() 310 static u32 octep_vdpa_get_vendor_id(struct vdpa_device *vdpa_dev) in octep_vdpa_get_vendor_id() 315 static u32 octep_vdpa_get_vq_align(struct vdpa_device *vdpa_dev) in octep_vdpa_get_vq_align() [all …]
|