Lines Matching defs:mlx5_vf_migration_file
85 struct mlx5_vf_migration_file { struct
86 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;
96 u64 pre_copy_initial_bytes;
97 struct mlx5_vhca_data_buffer *buf;
98 struct mlx5_vhca_data_buffer *buf_header;
99 spinlock_t list_lock;
100 struct list_head buf_list;
101 struct list_head avail_list;
102 struct mlx5vf_pci_core_device *mvdev;
103 wait_queue_head_t poll_wait;
104 struct completion save_comp;
105 struct mlx5_async_ctx async_ctx;
106 struct mlx5vf_async_data async_data;