Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvme/host/
H A Dpci.c38 #define SGES_PER_PAGE (NVME_CTRL_PAGE_SIZE / sizeof(struct nvme_sgl_desc)) macro
3543 BUILD_BUG_ON(NVME_MAX_SEGS > SGES_PER_PAGE); in nvme_init()