Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/nvme/host/
Dpci.c165 #define NVME_INT_PAGES 2 macro
166 #define NVME_INT_BYTES(dev) (NVME_INT_PAGES * (dev)->page_size)
186 ret += sizeof(struct scatterlist) * NVME_INT_PAGES; in nvme_cmd_size()
452 if (rq->nr_phys_segments <= NVME_INT_PAGES && in nvme_alloc_iod()