Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_coredump.c410 pg_tbl = bp->fw_crash_mem->ctx_pg_tbl[i]; in bnxt_copy_crash_dump()
Dbnxt.c8596 ctx_pg->ctx_pg_tbl = kcalloc(MAX_CTX_PAGES, sizeof(ctx_pg), in bnxt_alloc_ctx_pg_tbls()
8598 if (!ctx_pg->ctx_pg_tbl) in bnxt_alloc_ctx_pg_tbls()
8611 ctx_pg->ctx_pg_tbl[i] = pg_tbl; in bnxt_alloc_ctx_pg_tbls()
8644 ctx_pg->ctx_pg_tbl) { in bnxt_free_ctx_pg_tbls()
8651 pg_tbl = ctx_pg->ctx_pg_tbl[i]; in bnxt_free_ctx_pg_tbls()
8658 ctx_pg->ctx_pg_tbl[i] = NULL; in bnxt_free_ctx_pg_tbls()
8660 kfree(ctx_pg->ctx_pg_tbl); in bnxt_free_ctx_pg_tbls()
8661 ctx_pg->ctx_pg_tbl = NULL; in bnxt_free_ctx_pg_tbls()
Dbnxt.h1858 struct bnxt_ctx_pg_info **ctx_pg_tbl; member