Home
last modified time | relevance | path

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

/linux/drivers/vfio/pci/mlx5/
H A Dmain.c335 size_t size = sizeof(struct mlx5_vf_migration_header) + in mlx5vf_add_stop_copy_header()
339 struct mlx5_vf_migration_header header = {}; in mlx5vf_add_stop_copy_header()
421 DIV_ROUND_UP(sizeof(struct mlx5_vf_migration_header), in mlx5vf_prep_stop_copy()
803 sizeof(struct mlx5_vf_migration_header) - vhca_buf->length); in mlx5vf_resume_read_header()
819 if (vhca_buf->length == sizeof(struct mlx5_vf_migration_header)) { in mlx5vf_resume_read_header()
831 offsetof(struct mlx5_vf_migration_header, flags))); in mlx5vf_resume_read_header()
833 offsetof(struct mlx5_vf_migration_header, tag))); in mlx5vf_resume_read_header()
1023 DIV_ROUND_UP(sizeof(struct mlx5_vf_migration_header), in mlx5vf_pci_resume_device_data()
H A Dcmd.h47 struct mlx5_vf_migration_header { struct
48 record_sizemlx5_vf_migration_header global() argument
50 flagsmlx5_vf_migration_header global() argument
51 tagmlx5_vf_migration_header global() argument
52 datamlx5_vf_migration_header global() argument
H A Dcmd.c641 struct mlx5_vf_migration_header header = {}; in add_buf_header()
798 DIV_ROUND_UP(sizeof(struct mlx5_vf_migration_header), in mlx5vf_cmd_save_vhca_state()