Lines Matching refs:mlx5_vhca_data_buffer
55 struct mlx5_vhca_data_buffer { struct
72 struct mlx5_vhca_data_buffer *buf; argument
73 struct mlx5_vhca_data_buffer *header_buf;
103 struct mlx5_vhca_data_buffer *buf[MAX_NUM_CHUNKS];
104 struct mlx5_vhca_data_buffer *buf_header[MAX_NUM_CHUNKS];
209 struct mlx5_vhca_data_buffer *buf, bool inc,
213 struct mlx5_vhca_data_buffer *buf);
217 struct mlx5_vhca_data_buffer *
220 void mlx5vf_free_data_buffer(struct mlx5_vhca_data_buffer *buf);
221 struct mlx5_vhca_data_buffer *
224 void mlx5vf_put_data_buffer(struct mlx5_vhca_data_buffer *buf);
226 mlx5vf_get_migration_page(struct mlx5_vhca_data_buffer *buf, in mlx5vf_get_migration_page()