Home
last modified time | relevance | path

Searched refs:mlx5vf_alloc_data_buffer (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/vfio/pci/mlx5/
H A Dmain.c678 buf = mlx5vf_alloc_data_buffer(migf, in mlx5vf_pci_save_device_data()
923 migf->buf_header[0] = mlx5vf_alloc_data_buffer(migf, in mlx5vf_resume_write()
951 migf->buf[0] = mlx5vf_alloc_data_buffer(migf, in mlx5vf_resume_write()
1033 buf = mlx5vf_alloc_data_buffer(migf, 0, DMA_TO_DEVICE); in mlx5vf_pci_resume_device_data()
1040 buf = mlx5vf_alloc_data_buffer(migf, in mlx5vf_pci_resume_device_data()
H A Dcmd.h220 mlx5vf_alloc_data_buffer(struct mlx5_vf_migration_file *migf,
H A Dcmd.c467 mlx5vf_alloc_data_buffer(struct mlx5_vf_migration_file *migf, in mlx5vf_alloc_data_buffer() function
538 buf = mlx5vf_alloc_data_buffer(migf, length, dma_dir); in mlx5vf_get_data_buffer()