Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/nvme/host/
Dpci.c35 #define SGES_PER_PAGE (PAGE_SIZE / sizeof(struct nvme_sgl_desc)) macro
578 le64_to_cpu((sg_list[SGES_PER_PAGE - 1]).addr); in nvme_unmap_data()
710 if (entries < SGES_PER_PAGE) { in nvme_pci_sgl_set_seg()
757 if (i == SGES_PER_PAGE) { in nvme_pci_setup_sgls()