Searched refs:ucreg (Results 1 – 3 of 3) sorted by relevance
800 dpit->ucreg.offset = dbr_offset; in bnxt_qplib_alloc_dpi_tbl()826 dpit->priv_db = dpit->ucreg.bar_reg + dpit->ucreg.offset; in bnxt_qplib_alloc_dpi_tbl()918 reg = &res->dpi_tbl.ucreg; in bnxt_qplib_unmap_db_bar()929 struct bnxt_qplib_reg_desc *ucreg; in bnxt_qplib_map_db_bar() local936 ucreg = &res->dpi_tbl.ucreg; in bnxt_qplib_map_db_bar()938 ucreg->bar_base = pci_resource_start(res->pdev, ucreg->bar_id); in bnxt_qplib_map_db_bar()939 ucreg->len = ucreg->offset + PAGE_SIZE; in bnxt_qplib_map_db_bar()940 if (!ucreg->len || ((ucreg->len & (PAGE_SIZE - 1)) != 0)) { in bnxt_qplib_map_db_bar()942 (int)ucreg->len); in bnxt_qplib_map_db_bar()945 ucreg->bar_reg = ioremap(ucreg->bar_base, ucreg->len); in bnxt_qplib_map_db_bar()[all …]
260 struct bnxt_qplib_reg_desc ucreg; /* Hold entire DB bar. */ member
109 res->dpi_tbl.ucreg.offset = offset; in bnxt_re_set_db_offset()112 res->dpi_tbl.ucreg.offset = res->is_vf ? BNXT_QPLIB_DBR_VF_DB_OFFSET : in bnxt_re_set_db_offset()114 res->dpi_tbl.wcreg.offset = res->dpi_tbl.ucreg.offset; in bnxt_re_set_db_offset()