Searched refs:core_device (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/vfio/pci/qat/ |
H A D | main.c | 49 struct vfio_pci_core_device core_device; member 62 core_device.vdev); in qat_vf_pci_open_device() 63 struct vfio_pci_core_device *vdev = &qat_vdev->core_device; in qat_vf_pci_open_device() 109 struct qat_vf_core_device, core_device.vdev); in qat_vf_pci_close_device() 488 struct qat_vf_core_device, core_device.vdev); in qat_vf_pci_set_device_state() 520 struct qat_vf_core_device, core_device.vdev); in qat_vf_pci_get_device_state() 533 struct qat_vf_core_device, core_device.vdev); in qat_vf_pci_get_data_size() 551 struct qat_vf_core_device, core_device.vdev); in qat_vf_pci_release_dev() 562 struct qat_vf_core_device, core_device.vdev); in qat_vf_pci_init_dev() 577 parent = pci_physfn(qat_vdev->core_device.pdev); in qat_vf_pci_init_dev() [all …]
|
/linux/drivers/vfio/pci/mlx5/ |
H A D | main.c | 31 struct vfio_pci_core_device *core_device = dev_get_drvdata(&pdev->dev); in mlx5vf_drvdata() local 33 return container_of(core_device, struct mlx5vf_pci_core_device, in mlx5vf_drvdata() 34 core_device); in mlx5vf_drvdata() 1233 vdev, struct mlx5vf_pci_core_device, core_device.vdev); in mlx5vf_pci_set_device_state() 1264 vdev, struct mlx5vf_pci_core_device, core_device.vdev); in mlx5vf_pci_get_data_size() 1282 vdev, struct mlx5vf_pci_core_device, core_device.vdev); in mlx5vf_pci_get_device_state() 1317 core_vdev, struct mlx5vf_pci_core_device, core_device.vdev); in mlx5vf_pci_open_device() 1318 struct vfio_pci_core_device *vdev = &mvdev->core_device; in mlx5vf_pci_open_device() 1334 core_vdev, struct mlx5vf_pci_core_device, core_device.vdev); in mlx5vf_pci_close_device() 1355 struct mlx5vf_pci_core_device, core_device.vdev); in mlx5vf_pci_init_dev() [all …]
|
H A D | cmd.c | 223 struct pci_dev *pdev = mvdev->core_device.pdev; in mlx5vf_cmd_set_migratable() 267 mvdev->core_device.vdev.migration_flags = in mlx5vf_cmd_set_migratable() 272 mvdev->core_device.vdev.mig_ops = mig_ops; in mlx5vf_cmd_set_migratable() 275 mvdev->core_device.vdev.log_ops = log_ops; in mlx5vf_cmd_set_migratable() 1496 vdev, struct mlx5vf_pci_core_device, core_device.vdev); in mlx5vf_stop_page_tracker() 1514 vdev, struct mlx5vf_pci_core_device, core_device.vdev); in mlx5vf_start_page_tracker() 1743 vdev, struct mlx5vf_pci_core_device, core_device.vdev); in mlx5vf_tracker_read_and_clear()
|
H A D | cmd.h | 171 struct vfio_pci_core_device core_device; member
|
/linux/drivers/vfio/pci/pds/ |
H A D | vfio_dev.c | 23 struct vfio_pci_core_device *core_device = dev_get_drvdata(&pdev->dev); in pds_vfio_pci_drvdata() local 25 return container_of(core_device, struct pds_vfio_pci_device, in pds_vfio_pci_drvdata()
|