Home
last modified time | relevance | path

Searched refs:mlx5_vhca_data_buffer (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/vfio/pci/mlx5/
H A Dcmd.h59 struct mlx5_vhca_data_buffer { struct
78 struct mlx5_vhca_data_buffer *buf; argument
79 struct mlx5_vhca_data_buffer *header_buf;
97 struct mlx5_vhca_data_buffer *buf;
98 struct mlx5_vhca_data_buffer *buf_header;
197 struct mlx5_vhca_data_buffer *buf, bool inc,
201 struct mlx5_vhca_data_buffer *buf);
205 struct mlx5_vhca_data_buffer *
208 void mlx5vf_free_data_buffer(struct mlx5_vhca_data_buffer *buf);
209 struct mlx5_vhca_data_buffer *
[all …]
H A Dmain.c36 mlx5vf_get_migration_page(struct mlx5_vhca_data_buffer *buf, in mlx5vf_get_migration_page()
66 int mlx5vf_add_migration_pages(struct mlx5_vhca_data_buffer *buf, in mlx5vf_add_migration_pages()
128 static struct mlx5_vhca_data_buffer *
132 struct mlx5_vhca_data_buffer *buf; in mlx5vf_get_data_buff_from_pos()
142 buf = list_first_entry(&migf->buf_list, struct mlx5_vhca_data_buffer, in mlx5vf_get_data_buff_from_pos()
161 static ssize_t mlx5vf_buf_read(struct mlx5_vhca_data_buffer *vhca_buf, in mlx5vf_buf_read()
210 struct mlx5_vhca_data_buffer *vhca_buf; in mlx5vf_save_read()
312 struct mlx5_vhca_data_buffer *header_buf = NULL; in mlx5vf_add_stop_copy_header()
353 struct mlx5_vhca_data_buffer *buf; in mlx5vf_prep_stop_copy()
393 struct mlx5_vhca_data_buffer *buf; in mlx5vf_precopy_ioctl()
[all …]
H A Dcmd.c294 struct mlx5_vhca_data_buffer *buf, in _create_mkey()
345 static int mlx5vf_dma_data_buffer(struct mlx5_vhca_data_buffer *buf) in mlx5vf_dma_data_buffer()
374 void mlx5vf_free_data_buffer(struct mlx5_vhca_data_buffer *buf) in mlx5vf_free_data_buffer()
395 struct mlx5_vhca_data_buffer *
400 struct mlx5_vhca_data_buffer *buf; in mlx5vf_alloc_data_buffer()
428 void mlx5vf_put_data_buffer(struct mlx5_vhca_data_buffer *buf) in mlx5vf_put_data_buffer()
435 struct mlx5_vhca_data_buffer *
439 struct mlx5_vhca_data_buffer *buf, *temp_buf; in mlx5vf_get_data_buffer()
470 struct mlx5_vhca_data_buffer, buf_elm))) { in mlx5vf_get_data_buffer()
502 static int add_buf_header(struct mlx5_vhca_data_buffer *header_buf, in add_buf_header()
[all …]