Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_res.c874 umaddr = reg->bar_base + reg->offset + bit_num * PAGE_SIZE; in bnxt_qplib_alloc_dpi()
879 dpi->umdbr = dpit->ucreg.bar_base + in bnxt_qplib_alloc_dpi()
1121 reg->bar_base = 0; in bnxt_qplib_unmap_db_bar()
1135 wcreg->bar_base = pci_resource_start(res->pdev, wcreg->bar_id); in bnxt_qplib_map_db_bar()
1140 ucreg->bar_base = pci_resource_start(res->pdev, ucreg->bar_id); in bnxt_qplib_map_db_bar()
1151 ucreg->bar_reg = ioremap(ucreg->bar_base, ucreg->len); in bnxt_qplib_map_db_bar()
H A Dqplib_rcfw.c1218 mbox->reg.bar_base = pci_resource_start(pdev, mbox->reg.bar_id); in bnxt_qplib_map_cmdq_mbox()
1219 if (!mbox->reg.bar_base) { in bnxt_qplib_map_cmdq_mbox()
1226 bar_reg = mbox->reg.bar_base + RCFW_COMM_BASE_OFFSET; in bnxt_qplib_map_cmdq_mbox()
1254 creq_db->reg.bar_base = dbreg->bar_base; in bnxt_qplib_map_creq_db()
H A Dqplib_res.h220 resource_size_t bar_base; member
H A Dqplib_fp.c526 nq_db->reg.bar_base = dbreg->bar_base; in bnxt_qplib_map_nq_db()