Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/vfio/pci/mlx5/
Dmain.c643 loff_t requested_length, in mlx5vf_resume_read_image_no_header() argument
649 if (requested_length > MAX_LOAD_SIZE) in mlx5vf_resume_read_image_no_header()
652 if (vhca_buf->allocated_length < requested_length) { in mlx5vf_resume_read_image_no_header()
655 DIV_ROUND_UP(requested_length - vhca_buf->allocated_length, in mlx5vf_resume_read_image_no_header()
825 loff_t requested_length; in mlx5vf_resume_write() local
835 check_add_overflow((loff_t)len, *pos, &requested_length)) in mlx5vf_resume_write()
904 requested_length, in mlx5vf_resume_write()
/Linux-v6.6/drivers/vfio/pci/pds/
Dlm.c272 loff_t requested_length; in pds_vfio_restore_write() local
281 check_add_overflow((loff_t)len, *pos, &requested_length)) in pds_vfio_restore_write()
/Linux-v6.6/drivers/vfio/pci/hisilicon/
Dhisi_acc_vfio_pci.c697 loff_t requested_length; in hisi_acc_vf_resume_write() local
706 check_add_overflow((loff_t)len, *pos, &requested_length)) in hisi_acc_vf_resume_write()
709 if (requested_length > sizeof(struct acc_vf_data)) in hisi_acc_vf_resume_write()