Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/nvme/host/
Dpci.c347 unsigned nprps = DIV_ROUND_UP(size + dev->ctrl.page_size, in nvme_npages() local
349 return DIV_ROUND_UP(8 * nprps, PAGE_SIZE - 8); in nvme_npages()
576 int nprps, i; in nvme_pci_setup_prps() local
598 nprps = DIV_ROUND_UP(length, page_size); in nvme_pci_setup_prps()
599 if (nprps <= (256 / 8)) { in nvme_pci_setup_prps()