Searched refs:mlx5vf_get_data_buffer (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/vfio/pci/mlx5/ |
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() 1152 buf = mlx5vf_get_data_buffer(migf, size, DMA_FROM_DEVICE); in mlx5vf_pci_step_device_state_locked()
|
D | cmd.h | 224 mlx5vf_get_data_buffer(struct mlx5_vf_migration_file *migf,
|
D | cmd.c | 504 mlx5vf_get_data_buffer(struct mlx5_vf_migration_file *migf, in mlx5vf_get_data_buffer() function 737 header_buf = mlx5vf_get_data_buffer(migf, in mlx5vf_cmd_save_vhca_state()
|