Home
last modified time | relevance | path

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

/src/sys/dev/nvme/
H A Dnvme_qpair.c524 uint64_t queuemem_phys, prpmem_phys, list_phys; in nvme_qpair_construct() local
619 list_phys = prpmem_phys; in nvme_qpair_construct()
622 if (list_phys + prpsz > prpmem_phys + prpmemsz) { in nvme_qpair_construct()
631 if (trunc_page(list_phys) != in nvme_qpair_construct()
632 trunc_page(list_phys + prpsz - 1)) { in nvme_qpair_construct()
633 list_phys = roundup2(list_phys, ctrlr->page_size); in nvme_qpair_construct()
645 tr->prp_bus_addr = list_phys; in nvme_qpair_construct()
647 list_phys += prpsz; in nvme_qpair_construct()