Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/nvme/host/
H A Dpci.c36 #define SGES_PER_PAGE (NVME_CTRL_PAGE_SIZE / sizeof(struct nvme_sgl_desc)) macro
559 const int last_sg = SGES_PER_PAGE - 1; in nvme_free_sgls()
726 if (entries < SGES_PER_PAGE) { in nvme_pci_sgl_set_seg()
773 if (i == SGES_PER_PAGE) { in nvme_pci_setup_sgls()
/kernel/linux/linux-6.6/drivers/nvme/host/
H A Dpci.c38 #define SGES_PER_PAGE (NVME_CTRL_PAGE_SIZE / sizeof(struct nvme_sgl_desc)) macro
3526 BUILD_BUG_ON(NVME_MAX_SEGS > SGES_PER_PAGE); in nvme_init()

Completed in 9 milliseconds