Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/bnxt_re/
Dqplib_res.c686 u32 dbr_len, bytes; in bnxt_qplib_alloc_dpi_tbl() local
701 dbr_len = pci_resource_len(res->pdev, dbr_bar_reg) - dbr_offset; in bnxt_qplib_alloc_dpi_tbl()
702 if (!dbr_len || ((dbr_len & (PAGE_SIZE - 1)) != 0)) { in bnxt_qplib_alloc_dpi_tbl()
703 dev_err(&res->pdev->dev, "Invalid DBR length %d\n", dbr_len); in bnxt_qplib_alloc_dpi_tbl()
708 dbr_len); in bnxt_qplib_alloc_dpi_tbl()
716 dpit->max = dbr_len / PAGE_SIZE; in bnxt_qplib_alloc_dpi_tbl()