Searched refs:mlx5_vhca_data_buffer (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/vfio/pci/mlx5/ |
| H A D | cmd.h | 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 * [all …]
|
| H A D | main.c | 55 static struct mlx5_vhca_data_buffer * 59 struct mlx5_vhca_data_buffer *buf; in mlx5vf_get_data_buff_from_pos() 69 buf = list_first_entry(&migf->buf_list, struct mlx5_vhca_data_buffer, in mlx5vf_get_data_buff_from_pos() 88 static void mlx5vf_buf_read_done(struct mlx5_vhca_data_buffer *vhca_buf) in mlx5vf_buf_read_done() 123 static ssize_t mlx5vf_buf_read(struct mlx5_vhca_data_buffer *vhca_buf, in mlx5vf_buf_read() 168 struct mlx5_vhca_data_buffer *vhca_buf; in mlx5vf_save_read() 276 static struct mlx5_vhca_data_buffer * 281 struct mlx5_vhca_data_buffer *buf = migf->buf[index]; in mlx5vf_mig_file_get_stop_copy_buf() 306 struct mlx5_vhca_data_buffer *buf; in mlx5vf_mig_file_save_work() 338 struct mlx5_vhca_data_buffer *header_buf = NULL; in mlx5vf_add_stop_copy_header() [all …]
|
| H A D | cmd.c | 422 static int mlx5vf_dma_data_buffer(struct mlx5_vhca_data_buffer *buf) in mlx5vf_dma_data_buffer() 470 void mlx5vf_free_data_buffer(struct mlx5_vhca_data_buffer *buf) in mlx5vf_free_data_buffer() 521 struct mlx5_vhca_data_buffer * 525 struct mlx5_vhca_data_buffer *buf; in mlx5vf_alloc_data_buffer() 554 void mlx5vf_put_data_buffer(struct mlx5_vhca_data_buffer *buf) in mlx5vf_put_data_buffer() 562 struct mlx5_vhca_data_buffer * 566 struct mlx5_vhca_data_buffer *buf, *temp_buf; in mlx5vf_get_data_buffer() 597 struct mlx5_vhca_data_buffer, buf_elm))) { in mlx5vf_get_data_buffer() 637 static int add_buf_header(struct mlx5_vhca_data_buffer *header_buf, in add_buf_header() 740 struct mlx5_vhca_data_buffer *buf, bool inc, in mlx5vf_cmd_save_vhca_state() [all …]
|