Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dpci.c36 #define SGES_PER_PAGE (PAGE_SIZE / sizeof(struct nvme_sgl_desc)) macro
566 const int last_sg = SGES_PER_PAGE - 1; in nvme_free_sgls()
733 if (entries < SGES_PER_PAGE) { in nvme_pci_sgl_set_seg()
780 if (i == SGES_PER_PAGE) { in nvme_pci_setup_sgls()