Searched refs:mlx5vf_pci_core_device (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/vfio/pci/mlx5/ |
| H A 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); 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, 229 void mlx5vf_state_mutex_unlock(struct mlx5vf_pci_core_device *mvdev); [all …]
|
| H A D | main.c | 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() 487 struct mlx5vf_pci_core_device *mvdev = migf->mvdev; in mlx5vf_precopy_ioctl() 1232 struct mlx5vf_pci_core_device *mvdev = container_of( in mlx5vf_pci_set_device_state() 1263 struct mlx5vf_pci_core_device *mvdev = container_of( in mlx5vf_pci_get_data_size() 1281 struct mlx5vf_pci_core_device *mvdev = container_of( in mlx5vf_pci_get_device_state() 1316 struct mlx5vf_pci_core_device *mvdev = container_of( in mlx5vf_pci_open_device() 1333 struct mlx5vf_pci_core_device *mvdev = container_of( in mlx5vf_pci_close_device() 1355 struct mlx5vf_pci_core_device, core_device.vdev); in mlx5vf_pci_init_dev() 1371 struct mlx5vf_pci_core_device, core_device.vdev); in mlx5vf_pci_release_dev() [all …]
|
| H A D | cmd.c | 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() 370 struct mlx5vf_pci_core_device *mvdev = buf->migf->mvdev; in mlx5vf_dma_data_buffer() 854 struct mlx5vf_pci_core_device *mvdev, in mlx5vf_create_tracker() 1050 struct mlx5vf_pci_core_device *mvdev = container_of( in mlx5vf_event_notifier() 1051 tracker, struct mlx5vf_pci_core_device, tracker); in mlx5vf_event_notifier() 1088 struct mlx5vf_pci_core_device *mvdev = in mlx5vf_cq_complete() 1089 container_of(mcq, struct mlx5vf_pci_core_device, in mlx5vf_cq_complete() 1495 struct mlx5vf_pci_core_device *mvdev = container_of( in mlx5vf_stop_page_tracker() 1513 struct mlx5vf_pci_core_device *mvdev = container_of( in mlx5vf_start_page_tracker() [all …]
|