Searched refs:mlx5vf_alloc_data_buffer (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/vfio/pci/mlx5/ |
H A D | main.c | 587 buf = mlx5vf_alloc_data_buffer(migf, length, DMA_FROM_DEVICE); in mlx5vf_pci_save_device_data() 859 migf->buf_header = mlx5vf_alloc_data_buffer(migf, in mlx5vf_resume_write() 887 migf->buf = mlx5vf_alloc_data_buffer(migf, in mlx5vf_resume_write() 971 buf = mlx5vf_alloc_data_buffer(migf, 0, DMA_TO_DEVICE); in mlx5vf_pci_resume_device_data() 979 buf = mlx5vf_alloc_data_buffer(migf, in mlx5vf_pci_resume_device_data()
|
H A D | cmd.h | 206 mlx5vf_alloc_data_buffer(struct mlx5_vf_migration_file *migf,
|
H A D | cmd.c | 396 mlx5vf_alloc_data_buffer(struct mlx5_vf_migration_file *migf, in mlx5vf_alloc_data_buffer() function 466 buf = mlx5vf_alloc_data_buffer(migf, length, dma_dir); in mlx5vf_get_data_buffer()
|