Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/nvme/host/
Dpci.c345 unsigned nprps = DIV_ROUND_UP(size + dev->ctrl.page_size, in nvme_npages() local
347 return DIV_ROUND_UP(8 * nprps, PAGE_SIZE - 8); in nvme_npages()
612 int nprps, i; in nvme_pci_setup_prps() local
634 nprps = DIV_ROUND_UP(length, page_size); in nvme_pci_setup_prps()
635 if (nprps <= (256 / 8)) { in nvme_pci_setup_prps()