Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_coredump.c550 pg_tbl = bp->fw_crash_mem->ctx_pg_tbl[i]; in bnxt_copy_crash_dump()
H A Dbnxt.c2536 rmem_pg_tbl = &ctx_pg[0].ctx_pg_tbl[last_pg_dir]->ring_mem; in bnxt_bs_trace_init()
8895 ctx_pg->ctx_pg_tbl = kcalloc(MAX_CTX_PAGES, sizeof(ctx_pg), in bnxt_alloc_ctx_pg_tbls()
8897 if (!ctx_pg->ctx_pg_tbl) in bnxt_alloc_ctx_pg_tbls()
8910 ctx_pg->ctx_pg_tbl[i] = pg_tbl; in bnxt_alloc_ctx_pg_tbls()
8954 pg_tbl = ctx_pg->ctx_pg_tbl[i]; in bnxt_copy_ctx_pg_tbls()
8973 ctx_pg->ctx_pg_tbl) { in bnxt_free_ctx_pg_tbls()
8980 pg_tbl = ctx_pg->ctx_pg_tbl[i]; in bnxt_free_ctx_pg_tbls()
8987 ctx_pg->ctx_pg_tbl[i] = NULL; in bnxt_free_ctx_pg_tbls()
8989 kfree(ctx_pg->ctx_pg_tbl); in bnxt_free_ctx_pg_tbls()
8990 ctx_pg->ctx_pg_tbl = NULL; in bnxt_free_ctx_pg_tbls()
H A Dbnxt.h1878 struct bnxt_ctx_pg_info **ctx_pg_tbl; member