Searched refs:mlx5vf_alloc_data_buffer (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/vfio/pci/mlx5/ |
D | main.c | 676 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() 1027 buf = mlx5vf_alloc_data_buffer(migf, 0, DMA_TO_DEVICE); in mlx5vf_pci_resume_device_data() 1034 buf = mlx5vf_alloc_data_buffer(migf, in mlx5vf_pci_resume_device_data()
|
D | cmd.h | 220 mlx5vf_alloc_data_buffer(struct mlx5_vf_migration_file *migf,
|
D | cmd.c | 463 mlx5vf_alloc_data_buffer(struct mlx5_vf_migration_file *migf, in mlx5vf_alloc_data_buffer() function 534 buf = mlx5vf_alloc_data_buffer(migf, length, dma_dir); in mlx5vf_get_data_buffer()
|