Home
last modified time | relevance | path

Searched refs:mlx5vf_pci_core_device (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/vfio/pci/mlx5/
H A Dcmd.h109 struct mlx5vf_pci_core_device *mvdev;
168 struct mlx5vf_pci_core_device { struct
197 int mlx5vf_cmd_suspend_vhca(struct mlx5vf_pci_core_device *mvdev, u16 op_mod); argument
198 int mlx5vf_cmd_resume_vhca(struct mlx5vf_pci_core_device *mvdev, u16 op_mod);
199 int mlx5vf_cmd_query_vhca_migration_state(struct mlx5vf_pci_core_device *mvdev,
202 void mlx5vf_cmd_set_migratable(struct mlx5vf_pci_core_device *mvdev,
205 void mlx5vf_cmd_remove_migratable(struct mlx5vf_pci_core_device *mvdev);
206 void mlx5vf_cmd_close_migratable(struct mlx5vf_pci_core_device *mvdev);
207 int mlx5vf_cmd_save_vhca_state(struct mlx5vf_pci_core_device *mvdev,
211 int mlx5vf_cmd_load_vhca_state(struct mlx5vf_pci_core_device *mvdev,
[all …]
H A Dmain.c29 static struct mlx5vf_pci_core_device *mlx5vf_drvdata(struct pci_dev *pdev) in mlx5vf_drvdata()
33 return container_of(core_device, struct mlx5vf_pci_core_device, in mlx5vf_drvdata()
305 struct mlx5vf_pci_core_device *mvdev = migf->mvdev; in mlx5vf_mig_file_save_work()
378 static int mlx5vf_prep_stop_copy(struct mlx5vf_pci_core_device *mvdev, in mlx5vf_prep_stop_copy()
462 struct mlx5vf_pci_core_device *mvdev = migf->mvdev; in mlx5vf_precopy_ioctl()
568 static int mlx5vf_pci_save_device_inc_data(struct mlx5vf_pci_core_device *mvdev) in mlx5vf_pci_save_device_inc_data()
603 mlx5vf_pci_save_device_data(struct mlx5vf_pci_core_device *mvdev, bool track) in mlx5vf_pci_save_device_data()
986 mlx5vf_pci_resume_device_data(struct mlx5vf_pci_core_device *mvdev) in mlx5vf_pci_resume_device_data()
1044 void mlx5vf_disable_fds(struct mlx5vf_pci_core_device *mvdev, in mlx5vf_disable_fds()
1067 mlx5vf_pci_step_device_state_locked(struct mlx5vf_pci_core_device *mvdev, in mlx5vf_pci_step_device_state_locked()
[all …]
H A Dcmd.c36 _mlx5vf_free_page_tracker_resources(struct mlx5vf_pci_core_device *mvdev);
38 int mlx5vf_cmd_suspend_vhca(struct mlx5vf_pci_core_device *mvdev, u16 op_mod) in mlx5vf_cmd_suspend_vhca()
72 int mlx5vf_cmd_resume_vhca(struct mlx5vf_pci_core_device *mvdev, u16 op_mod) in mlx5vf_cmd_resume_vhca()
88 int mlx5vf_cmd_query_vhca_migration_state(struct mlx5vf_pci_core_device *mvdev, in mlx5vf_cmd_query_vhca_migration_state()
158 static void set_tracker_change_event(struct mlx5vf_pci_core_device *mvdev) in set_tracker_change_event()
164 static void set_tracker_error(struct mlx5vf_pci_core_device *mvdev) in set_tracker_error()
174 struct mlx5vf_pci_core_device *mvdev = in mlx5fv_vf_event()
175 container_of(nb, struct mlx5vf_pci_core_device, nb); in mlx5fv_vf_event()
196 void mlx5vf_cmd_close_migratable(struct mlx5vf_pci_core_device *mvdev) in mlx5vf_cmd_close_migratable()
209 void mlx5vf_cmd_remove_migratable(struct mlx5vf_pci_core_device *mvdev) in mlx5vf_cmd_remove_migratable()
[all …]