Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c7288 ctx_pg->ctx_pg_tbl = kcalloc(MAX_CTX_PAGES, sizeof(ctx_pg), in bnxt_alloc_ctx_pg_tbls()
7290 if (!ctx_pg->ctx_pg_tbl) in bnxt_alloc_ctx_pg_tbls()
7303 ctx_pg->ctx_pg_tbl[i] = pg_tbl; in bnxt_alloc_ctx_pg_tbls()
7336 ctx_pg->ctx_pg_tbl) { in bnxt_free_ctx_pg_tbls()
7343 pg_tbl = ctx_pg->ctx_pg_tbl[i]; in bnxt_free_ctx_pg_tbls()
7350 ctx_pg->ctx_pg_tbl[i] = NULL; in bnxt_free_ctx_pg_tbls()
7352 kfree(ctx_pg->ctx_pg_tbl); in bnxt_free_ctx_pg_tbls()
7353 ctx_pg->ctx_pg_tbl = NULL; in bnxt_free_ctx_pg_tbls()
Dbnxt.h1466 struct bnxt_ctx_pg_info **ctx_pg_tbl; member