Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c6971 int nr_tbls, i; in bnxt_alloc_ctx_pg_tbls() local
6978 nr_tbls = DIV_ROUND_UP(ctx_pg->nr_pages, MAX_CTX_PAGES); in bnxt_alloc_ctx_pg_tbls()
6979 rmem->nr_pages = nr_tbls; in bnxt_alloc_ctx_pg_tbls()
6983 for (i = 0; i < nr_tbls; i++) { in bnxt_alloc_ctx_pg_tbls()
6997 if (i == (nr_tbls - 1)) { in bnxt_alloc_ctx_pg_tbls()
7025 int i, nr_tbls = rmem->nr_pages; in bnxt_free_ctx_pg_tbls() local
7027 for (i = 0; i < nr_tbls; i++) { in bnxt_free_ctx_pg_tbls()