Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/vfio/pci/mlx5/
Dmain.c38 mlx5vf_get_migration_page(struct mlx5_vhca_data_buffer *buf, in mlx5vf_get_migration_page() function
173 page = mlx5vf_get_migration_page(vhca_buf, offset); in mlx5vf_buf_read()
383 page = mlx5vf_get_migration_page(header_buf, 0); in mlx5vf_add_stop_copy_header()
717 page = mlx5vf_get_migration_page(vhca_buf, offset - page_offset); in mlx5vf_append_page_to_mig_buf()
792 page = mlx5vf_get_migration_page(vhca_buf, 0); in mlx5vf_resume_read_header_data()
828 page = mlx5vf_get_migration_page(vhca_buf, 0); in mlx5vf_resume_read_header()
Dcmd.h227 struct page *mlx5vf_get_migration_page(struct mlx5_vhca_data_buffer *buf,
Dcmd.c590 page = mlx5vf_get_migration_page(header_buf, 0); in add_buf_header()