Searched refs:mlx5vf_alloc_data_buffer (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/vfio/pci/mlx5/ |
| H A D | main.c | 654 buf = mlx5vf_alloc_data_buffer(migf, migf->buf[0]->npages, in mlx5vf_pci_save_device_data() 902 migf->buf_header[0] = mlx5vf_alloc_data_buffer( in mlx5vf_resume_write() 932 migf->buf[0] = mlx5vf_alloc_data_buffer( in mlx5vf_resume_write() 1014 buf = mlx5vf_alloc_data_buffer(migf, 0, DMA_TO_DEVICE); in mlx5vf_pci_resume_device_data() 1021 buf = mlx5vf_alloc_data_buffer( in mlx5vf_pci_resume_device_data()
|
| H A D | cmd.h | 218 mlx5vf_alloc_data_buffer(struct mlx5_vf_migration_file *migf, u32 npages,
|
| H A D | cmd.c | 522 mlx5vf_alloc_data_buffer(struct mlx5_vf_migration_file *migf, u32 npages, in mlx5vf_alloc_data_buffer() function 593 buf = mlx5vf_alloc_data_buffer(migf, npages, dma_dir); in mlx5vf_get_data_buffer()
|