Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_res.c853 u64 umaddr; in bnxt_qplib_alloc_dpi() local
874 umaddr = reg->bar_base + reg->offset + bit_num * PAGE_SIZE; in bnxt_qplib_alloc_dpi()
875 dpi->umdbr = umaddr; in bnxt_qplib_alloc_dpi()
885 dpi->dbr = ioremap_wc(umaddr, PAGE_SIZE); in bnxt_qplib_alloc_dpi()
890 dpi->dbr = ioremap(umaddr, PAGE_SIZE); in bnxt_qplib_alloc_dpi()