Searched refs:mlx5vf_pci_core_device (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/vfio/pci/mlx5/ |
D | cmd.h | 112 struct mlx5vf_pci_core_device *mvdev; 170 struct mlx5vf_pci_core_device { struct 199 int mlx5vf_cmd_suspend_vhca(struct mlx5vf_pci_core_device *mvdev, u16 op_mod); argument 200 int mlx5vf_cmd_resume_vhca(struct mlx5vf_pci_core_device *mvdev, u16 op_mod); 201 int mlx5vf_cmd_query_vhca_migration_state(struct mlx5vf_pci_core_device *mvdev, 204 void mlx5vf_cmd_set_migratable(struct mlx5vf_pci_core_device *mvdev, 207 void mlx5vf_cmd_remove_migratable(struct mlx5vf_pci_core_device *mvdev); 208 void mlx5vf_cmd_close_migratable(struct mlx5vf_pci_core_device *mvdev); 209 int mlx5vf_cmd_save_vhca_state(struct mlx5vf_pci_core_device *mvdev, 213 int mlx5vf_cmd_load_vhca_state(struct mlx5vf_pci_core_device *mvdev, [all …]
|
D | main.c | 29 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() 336 struct mlx5vf_pci_core_device *mvdev = migf->mvdev; in mlx5vf_mig_file_save_work() 408 static int mlx5vf_prep_stop_copy(struct mlx5vf_pci_core_device *mvdev, in mlx5vf_prep_stop_copy() 487 struct mlx5vf_pci_core_device *mvdev = migf->mvdev; in mlx5vf_precopy_ioctl() 592 static int mlx5vf_pci_save_device_inc_data(struct mlx5vf_pci_core_device *mvdev) in mlx5vf_pci_save_device_inc_data() 627 mlx5vf_pci_save_device_data(struct mlx5vf_pci_core_device *mvdev, bool track) in mlx5vf_pci_save_device_data() 1005 mlx5vf_pci_resume_device_data(struct mlx5vf_pci_core_device *mvdev) in mlx5vf_pci_resume_device_data() 1061 void mlx5vf_disable_fds(struct mlx5vf_pci_core_device *mvdev, in mlx5vf_disable_fds() 1084 mlx5vf_pci_step_device_state_locked(struct mlx5vf_pci_core_device *mvdev, in mlx5vf_pci_step_device_state_locked() [all …]
|
D | cmd.c | 36 _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 …]
|