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.c728 uint64_t queuemem_phys, prpmem_phys, list_phys; in nvme_qpair_construct() local
823 list_phys = prpmem_phys; in nvme_qpair_construct()
826 if (list_phys + prpsz > prpmem_phys + prpmemsz) { in nvme_qpair_construct()
835 if (trunc_page(list_phys) != in nvme_qpair_construct()
836 trunc_page(list_phys + prpsz - 1)) { in nvme_qpair_construct()
837 list_phys = roundup2(list_phys, ctrlr->page_size); in nvme_qpair_construct()
849 tr->prp_bus_addr = list_phys; in nvme_qpair_construct()
851 list_phys += prpsz; in nvme_qpair_construct()