Searched defs:mlx5_vf_migration_file (Results 1 – 1 of 1) sorted by relevance
88 struct mlx5_vf_migration_file { struct89 struct file *filp;90 struct mutex lock;91 enum mlx5_vf_migf_state state;93 enum mlx5_vf_load_state load_state;94 u32 pdn;95 loff_t max_pos;96 u64 record_size;97 u32 record_tag;98 u64 stop_copy_prep_size;[all …]