Searched refs:mlx5vf_get_data_buffer (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/vfio/pci/mlx5/ |
H A D | main.c | 322 buf = mlx5vf_get_data_buffer(buf->migf, required_length, in mlx5vf_mig_file_get_stop_copy_buf() 376 header_buf = mlx5vf_get_data_buffer(migf, size, DMA_NONE); in mlx5vf_add_stop_copy_header() 440 buf = mlx5vf_get_data_buffer(migf, inc_state_size, DMA_FROM_DEVICE); in mlx5vf_prep_stop_copy() 447 buf = mlx5vf_get_data_buffer(migf, in mlx5vf_prep_stop_copy() 556 buf = mlx5vf_get_data_buffer(migf, inc_length, DMA_FROM_DEVICE); in mlx5vf_precopy_ioctl() 1151 buf = mlx5vf_get_data_buffer(migf, size, DMA_FROM_DEVICE); in mlx5vf_pci_step_device_state_locked()
|
H A D | cmd.h | 224 mlx5vf_get_data_buffer(struct mlx5_vf_migration_file *migf,
|
H A D | cmd.c | 508 mlx5vf_get_data_buffer(struct mlx5_vf_migration_file *migf, in mlx5vf_get_data_buffer() function 741 header_buf = mlx5vf_get_data_buffer(migf, in mlx5vf_cmd_save_vhca_state()
|