Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_sp.c689 int pg_ptrs, pages, rc; in bnxt_qplib_alloc_fast_reg_page_list() local
692 pg_ptrs = roundup_pow_of_two(max_pg_ptrs); in bnxt_qplib_alloc_fast_reg_page_list()
693 pages = pg_ptrs >> MAX_PBL_LVL_1_PGS_SHIFT; in bnxt_qplib_alloc_fast_reg_page_list()
704 hwq_attr.depth = pg_ptrs; in bnxt_qplib_alloc_fast_reg_page_list()
710 frpl->max_pg_ptrs = pg_ptrs; in bnxt_qplib_alloc_fast_reg_page_list()