Home
last modified time | relevance | path

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

/linux-6.15/drivers/vfio/pci/mlx5/
H A Dmain.c525 ret = mlx5vf_cmd_query_vhca_migration_state(mvdev, &inc_length, in mlx5vf_precopy_ioctl()
602 ret = mlx5vf_cmd_query_vhca_migration_state(mvdev, &length, NULL, in mlx5vf_pci_save_device_inc_data()
668 ret = mlx5vf_cmd_query_vhca_migration_state(mvdev, &length, &full_size, 0); in mlx5vf_pci_save_device_data()
1147 ret = mlx5vf_cmd_query_vhca_migration_state(mvdev, &size, NULL, in mlx5vf_pci_step_device_state_locked()
1270 ret = mlx5vf_cmd_query_vhca_migration_state(mvdev, &state_size, in mlx5vf_pci_get_data_size()
H A Dcmd.h201 int mlx5vf_cmd_query_vhca_migration_state(struct mlx5vf_pci_core_device *mvdev,
H A Dcmd.c88 int mlx5vf_cmd_query_vhca_migration_state(struct mlx5vf_pci_core_device *mvdev, in mlx5vf_cmd_query_vhca_migration_state() function