Home
last modified time | relevance | path

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

/openbmc/linux/drivers/vfio/pci/mlx5/
H A Dmain.c309 size_t size = sizeof(struct mlx5_vf_migration_header) + in mlx5vf_add_stop_copy_header()
313 struct mlx5_vf_migration_header header = {}; in mlx5vf_add_stop_copy_header()
367 sizeof(struct mlx5_vf_migration_header), DMA_NONE); in mlx5vf_prep_stop_copy()
763 sizeof(struct mlx5_vf_migration_header) - vhca_buf->length); in mlx5vf_resume_read_header()
779 if (vhca_buf->length == sizeof(struct mlx5_vf_migration_header)) { in mlx5vf_resume_read_header()
791 offsetof(struct mlx5_vf_migration_header, flags))); in mlx5vf_resume_read_header()
793 offsetof(struct mlx5_vf_migration_header, tag))); in mlx5vf_resume_read_header()
980 sizeof(struct mlx5_vf_migration_header), DMA_NONE); in mlx5vf_pci_resume_device_data()
H A Dcmd.h51 struct mlx5_vf_migration_header { struct
H A Dcmd.c506 struct mlx5_vf_migration_header header = {}; in add_buf_header()
626 sizeof(struct mlx5_vf_migration_header), DMA_NONE); in mlx5vf_cmd_save_vhca_state()