Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_res.c693 u64 umaddr; in bnxt_qplib_alloc_dpi() local
711 umaddr = reg->bar_base + reg->offset + bit_num * PAGE_SIZE; in bnxt_qplib_alloc_dpi()
712 dpi->umdbr = umaddr; in bnxt_qplib_alloc_dpi()
723 dpi->dbr = ioremap_wc(umaddr, PAGE_SIZE); in bnxt_qplib_alloc_dpi()
726 dpi->dbr = ioremap(umaddr, PAGE_SIZE); in bnxt_qplib_alloc_dpi()