Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/vfio/pci/mlx5/
Dcmd.h38 struct mlx5vf_pci_core_device *mvdev;
94 struct mlx5vf_pci_core_device { struct
116 int mlx5vf_cmd_suspend_vhca(struct mlx5vf_pci_core_device *mvdev, u16 op_mod); argument
117 int mlx5vf_cmd_resume_vhca(struct mlx5vf_pci_core_device *mvdev, u16 op_mod);
118 int mlx5vf_cmd_query_vhca_migration_state(struct mlx5vf_pci_core_device *mvdev,
120 void mlx5vf_cmd_set_migratable(struct mlx5vf_pci_core_device *mvdev,
123 void mlx5vf_cmd_remove_migratable(struct mlx5vf_pci_core_device *mvdev);
124 void mlx5vf_cmd_close_migratable(struct mlx5vf_pci_core_device *mvdev);
125 int mlx5vf_cmd_save_vhca_state(struct mlx5vf_pci_core_device *mvdev,
127 int mlx5vf_cmd_load_vhca_state(struct mlx5vf_pci_core_device *mvdev,
[all …]
Dmain.c27 static struct mlx5vf_pci_core_device *mlx5vf_drvdata(struct pci_dev *pdev) in mlx5vf_drvdata()
31 return container_of(core_device, struct mlx5vf_pci_core_device, in mlx5vf_drvdata()
227 mlx5vf_pci_save_device_data(struct mlx5vf_pci_core_device *mvdev) in mlx5vf_pci_save_device_data()
345 mlx5vf_pci_resume_device_data(struct mlx5vf_pci_core_device *mvdev) in mlx5vf_pci_resume_device_data()
366 void mlx5vf_disable_fds(struct mlx5vf_pci_core_device *mvdev) in mlx5vf_disable_fds()
383 mlx5vf_pci_step_device_state_locked(struct mlx5vf_pci_core_device *mvdev, in mlx5vf_pci_step_device_state_locked()
468 void mlx5vf_state_mutex_unlock(struct mlx5vf_pci_core_device *mvdev) in mlx5vf_state_mutex_unlock()
487 struct mlx5vf_pci_core_device *mvdev = container_of( in mlx5vf_pci_set_device_state()
488 vdev, struct mlx5vf_pci_core_device, core_device.vdev); in mlx5vf_pci_set_device_state()
518 struct mlx5vf_pci_core_device *mvdev = container_of( in mlx5vf_pci_get_device_state()
[all …]
Dcmd.c13 _mlx5vf_free_page_tracker_resources(struct mlx5vf_pci_core_device *mvdev);
15 int mlx5vf_cmd_suspend_vhca(struct mlx5vf_pci_core_device *mvdev, u16 op_mod) in mlx5vf_cmd_suspend_vhca()
31 int mlx5vf_cmd_resume_vhca(struct mlx5vf_pci_core_device *mvdev, u16 op_mod) in mlx5vf_cmd_resume_vhca()
47 int mlx5vf_cmd_query_vhca_migration_state(struct mlx5vf_pci_core_device *mvdev, in mlx5vf_cmd_query_vhca_migration_state()
73 static void set_tracker_error(struct mlx5vf_pci_core_device *mvdev) in set_tracker_error()
83 struct mlx5vf_pci_core_device *mvdev = in mlx5fv_vf_event()
84 container_of(nb, struct mlx5vf_pci_core_device, nb); in mlx5fv_vf_event()
105 void mlx5vf_cmd_close_migratable(struct mlx5vf_pci_core_device *mvdev) in mlx5vf_cmd_close_migratable()
118 void mlx5vf_cmd_remove_migratable(struct mlx5vf_pci_core_device *mvdev) in mlx5vf_cmd_remove_migratable()
128 void mlx5vf_cmd_set_migratable(struct mlx5vf_pci_core_device *mvdev, in mlx5vf_cmd_set_migratable()
[all …]