Home
last modified time | relevance | path

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

/linux/drivers/nvme/host/
H A Dapple.c357 const unsigned int nprps = DIV_ROUND_UP( in apple_nvme_iod_alloc_size() local
359 const int npages = DIV_ROUND_UP(8 * nprps, PAGE_SIZE - 8); in apple_nvme_iod_alloc_size()
438 int nprps, i; in apple_nvme_setup_prps() local
460 nprps = DIV_ROUND_UP(length, NVME_CTRL_PAGE_SIZE); in apple_nvme_setup_prps()
461 if (nprps <= (256 / 8)) { in apple_nvme_setup_prps()