Searched refs:nprps (Results 1 – 1 of 1) sorted by relevance
357 const unsigned int nprps = DIV_ROUND_UP( in apple_nvme_iod_alloc_size() local359 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() local460 nprps = DIV_ROUND_UP(length, NVME_CTRL_PAGE_SIZE); in apple_nvme_setup_prps()461 if (nprps <= (256 / 8)) { in apple_nvme_setup_prps()