Searched refs:mlx5vf_get_data_buffer (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/vfio/pci/mlx5/ |
H A D | main.c | 319 header_buf = mlx5vf_get_data_buffer(migf, size, DMA_NONE); in mlx5vf_add_stop_copy_header() 361 buf = mlx5vf_get_data_buffer(migf, inc_state_size, DMA_FROM_DEVICE); in mlx5vf_prep_stop_copy() 366 buf = mlx5vf_get_data_buffer(migf, in mlx5vf_prep_stop_copy() 461 buf = mlx5vf_get_data_buffer(migf, inc_length, DMA_FROM_DEVICE); in mlx5vf_precopy_ioctl() 518 buf = mlx5vf_get_data_buffer(migf, length, DMA_FROM_DEVICE); in mlx5vf_pci_save_device_inc_data()
|
H A D | cmd.h | 210 mlx5vf_get_data_buffer(struct mlx5_vf_migration_file *migf,
|
H A D | cmd.c | 436 mlx5vf_get_data_buffer(struct mlx5_vf_migration_file *migf, in mlx5vf_get_data_buffer() function 625 header_buf = mlx5vf_get_data_buffer(migf, in mlx5vf_cmd_save_vhca_state()
|