Home
last modified time | relevance | path

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

/linux/drivers/vfio/pci/mlx5/
H A Dcmd.c1633 u32 nent_in_page; in set_report_output() local
1652 nent_in_page = (PAGE_SIZE - page_offset) / entry_size; in set_report_output()
1656 nent_to_set = min(nent, nent_in_page); in set_report_output()