Lines Matching defs:mlx5_vf_migration_file
24 struct mlx5_vf_migration_file { struct
25 struct file *filp;
26 struct mutex lock;
27 u8 disabled:1;
28 u8 is_err:1;
30 struct sg_append_table table;
31 size_t total_length;
32 size_t allocated_length;
35 struct scatterlist *last_offset_sg;
36 unsigned int sg_last_entry;
37 unsigned long last_offset;
38 struct mlx5vf_pci_core_device *mvdev;
39 wait_queue_head_t poll_wait;
40 struct mlx5_async_ctx async_ctx;
41 struct mlx5vf_async_data async_data;