Home
last modified time | relevance | path

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

/openbmc/linux/drivers/vfio/pci/mlx5/
H A Dcmd.h195 int mlx5vf_cmd_save_vhca_state(struct mlx5vf_pci_core_device *mvdev,
H A Dmain.c468 ret = mlx5vf_cmd_save_vhca_state(mvdev, migf, buf, true, true); in mlx5vf_precopy_ioctl()
525 ret = mlx5vf_cmd_save_vhca_state(mvdev, migf, buf, true, false); in mlx5vf_pci_save_device_inc_data()
593 ret = mlx5vf_cmd_save_vhca_state(mvdev, migf, buf, false, track); in mlx5vf_pci_save_device_data()
H A Dcmd.c576 int mlx5vf_cmd_save_vhca_state(struct mlx5vf_pci_core_device *mvdev, in mlx5vf_cmd_save_vhca_state() function