Searched defs:mlx5_vf_migration_file (Results 1 – 1 of 1) sorted by relevance
24 struct mlx5_vf_migration_file { struct25 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;[all …]