Home
last modified time | relevance | path

Searched refs:vfio_pci_core_device (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/vfio/pci/
H A Dvfio_pci_priv.h16 struct vfio_pci_core_device *vdev;
26 bool vfio_pci_intx_mask(struct vfio_pci_core_device *vdev);
27 void vfio_pci_intx_unmask(struct vfio_pci_core_device *vdev);
29 int vfio_pci_set_irqs_ioctl(struct vfio_pci_core_device *vdev, uint32_t flags,
33 ssize_t vfio_pci_config_rw(struct vfio_pci_core_device *vdev, char __user *buf,
36 ssize_t vfio_pci_bar_rw(struct vfio_pci_core_device *vdev, char __user *buf,
40 ssize_t vfio_pci_vga_rw(struct vfio_pci_core_device *vdev, char __user *buf,
43 static inline ssize_t vfio_pci_vga_rw(struct vfio_pci_core_device *vdev, in vfio_pci_vga_rw()
51 int vfio_pci_ioeventfd(struct vfio_pci_core_device *vdev, loff_t offset,
57 int vfio_config_init(struct vfio_pci_core_device *vdev);
[all …]
H A Dvfio_pci_core.c108 static void vfio_pci_probe_mmaps(struct vfio_pci_core_device *vdev) in vfio_pci_probe_mmaps()
214 static void vfio_pci_probe_power_state(struct vfio_pci_core_device *vdev) in vfio_pci_probe_power_state()
234 int vfio_pci_set_power_state(struct vfio_pci_core_device *vdev, pci_power_t state) in vfio_pci_set_power_state()
282 static int vfio_pci_runtime_pm_entry(struct vfio_pci_core_device *vdev, in vfio_pci_runtime_pm_entry()
306 struct vfio_pci_core_device *vdev = in vfio_pci_core_pm_entry()
307 container_of(device, struct vfio_pci_core_device, vdev); in vfio_pci_core_pm_entry()
328 struct vfio_pci_core_device *vdev = in vfio_pci_core_pm_entry_with_wakeup()
329 container_of(device, struct vfio_pci_core_device, vdev); in vfio_pci_core_pm_entry_with_wakeup()
356 static void __vfio_pci_runtime_pm_exit(struct vfio_pci_core_device *vdev) in __vfio_pci_runtime_pm_exit()
369 static void vfio_pci_runtime_pm_exit(struct vfio_pci_core_device *vdev) in vfio_pci_runtime_pm_exit()
[all …]
H A Dvfio_pci.c105 struct vfio_pci_core_device *vdev = in vfio_pci_open_device()
106 container_of(core_vdev, struct vfio_pci_core_device, vdev); in vfio_pci_open_device()
151 struct vfio_pci_core_device *vdev; in vfio_pci_probe()
157 vdev = vfio_alloc_device(vfio_pci_core_device, vdev, &pdev->dev, in vfio_pci_probe()
175 struct vfio_pci_core_device *vdev = dev_get_drvdata(&pdev->dev); in vfio_pci_remove()
183 struct vfio_pci_core_device *vdev = dev_get_drvdata(&pdev->dev); in vfio_pci_sriov_configure()
H A Dvfio_pci_rdwr.c41 int vfio_pci_core_iowrite##size(struct vfio_pci_core_device *vdev, \
69 int vfio_pci_core_ioread##size(struct vfio_pci_core_device *vdev, \
97 static int vfio_pci_iordwr##size(struct vfio_pci_core_device *vdev,\
140 ssize_t vfio_pci_core_do_io_rw(struct vfio_pci_core_device *vdev, bool test_mem, in vfio_pci_core_do_io_rw()
208 int vfio_pci_core_setup_barmap(struct vfio_pci_core_device *vdev, int bar) in vfio_pci_core_setup_barmap()
233 ssize_t vfio_pci_bar_rw(struct vfio_pci_core_device *vdev, char __user *buf, in vfio_pci_bar_rw()
298 ssize_t vfio_pci_vga_rw(struct vfio_pci_core_device *vdev, char __user *buf, in vfio_pci_vga_rw()
396 struct vfio_pci_core_device *vdev = ioeventfd->vdev; in vfio_pci_ioeventfd_handler()
422 int vfio_pci_ioeventfd(struct vfio_pci_core_device *vdev, loff_t offset, in vfio_pci_ioeventfd()
H A Dvfio_pci_igd.c64 static ssize_t vfio_pci_igd_rw(struct vfio_pci_core_device *vdev, in vfio_pci_igd_rw()
151 static void vfio_pci_igd_release(struct vfio_pci_core_device *vdev, in vfio_pci_igd_release()
168 static int vfio_pci_igd_opregion_init(struct vfio_pci_core_device *vdev) in vfio_pci_igd_opregion_init()
281 static ssize_t vfio_pci_igd_cfg_rw(struct vfio_pci_core_device *vdev, in vfio_pci_igd_cfg_rw()
377 static void vfio_pci_igd_cfg_release(struct vfio_pci_core_device *vdev, in vfio_pci_igd_cfg_release()
390 static int vfio_pci_igd_cfg_init(struct vfio_pci_core_device *vdev) in vfio_pci_igd_cfg_init()
438 int vfio_pci_igd_init(struct vfio_pci_core_device *vdev) in vfio_pci_igd_init()
H A Dvfio_pci_zdev.c116 int vfio_pci_info_zdev_add_caps(struct vfio_pci_core_device *vdev, in vfio_pci_info_zdev_add_caps()
144 int vfio_pci_zdev_open_device(struct vfio_pci_core_device *vdev) in vfio_pci_zdev_open_device()
160 void vfio_pci_zdev_close_device(struct vfio_pci_core_device *vdev) in vfio_pci_zdev_close_device()
/linux/include/linux/
H A Dvfio_pci_core.h27 struct vfio_pci_core_device;
31 ssize_t (*rw)(struct vfio_pci_core_device *vdev, char __user *buf,
33 void (*release)(struct vfio_pci_core_device *vdev,
35 int (*mmap)(struct vfio_pci_core_device *vdev,
38 int (*add_capability)(struct vfio_pci_core_device *vdev,
52 struct vfio_pci_core_device { struct
94 struct vfio_pci_core_device *sriov_pf_core_dev; argument
100 int vfio_pci_core_register_dev_region(struct vfio_pci_core_device *vdev, argument
109 int vfio_pci_core_register_device(struct vfio_pci_core_device *vdev);
110 void vfio_pci_core_unregister_device(struct vfio_pci_core_device *vdev);
[all …]
/linux/drivers/vfio/pci/pds/
H A Dvfio_dev.h14 struct vfio_pci_core_device vfio_coredev;
H A Dvfio_dev.c23 struct vfio_pci_core_device *core_device = dev_get_drvdata(&pdev->dev); in pds_vfio_pci_drvdata()
/linux/drivers/vfio/pci/qat/
H A Dmain.c49 struct vfio_pci_core_device core_device;
63 struct vfio_pci_core_device *vdev = &qat_vdev->core_device; in qat_vf_pci_open_device()
625 struct vfio_pci_core_device *core_device = pci_get_drvdata(pdev); in qat_vf_drvdata()
/linux/drivers/vfio/pci/mlx5/
H A Dcmd.h171 struct vfio_pci_core_device core_device;
H A Dmain.c31 struct vfio_pci_core_device *core_device = dev_get_drvdata(&pdev->dev); in mlx5vf_drvdata()
1318 struct vfio_pci_core_device *vdev = &mvdev->core_device; in mlx5vf_pci_open_device()