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