Home
last modified time | relevance | path

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

/freebsd/sys/dev/nvme/
H A Dnvme_qpair.c525 uint64_t queuemem_phys, prpmem_phys, list_phys; in nvme_qpair_construct() local
631 list_phys = prpmem_phys; in nvme_qpair_construct()
634 if (list_phys + prpsz > prpmem_phys + prpmemsz) { in nvme_qpair_construct()
643 if (trunc_page(list_phys) != in nvme_qpair_construct()
644 trunc_page(list_phys + prpsz - 1)) { in nvme_qpair_construct()
645 list_phys = roundup2(list_phys, ctrlr->page_size); in nvme_qpair_construct()
657 tr->prp_bus_addr = list_phys; in nvme_qpair_construct()
659 list_phys += prpsz; in nvme_qpair_construct()