Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/nvme/host/
Dpci.c38 #define SGES_PER_PAGE (NVME_CTRL_PAGE_SIZE / sizeof(struct nvme_sgl_desc)) macro
3627 BUILD_BUG_ON(NVME_MAX_SEGS > SGES_PER_PAGE); in nvme_init()