Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_coredump.c564 pg_tbl = bp->fw_crash_mem->ctx_pg_tbl[i]; in bnxt_copy_crash_dump()
H A Dbnxt.c2616 rmem_pg_tbl = &ctx_pg[0].ctx_pg_tbl[last_pg_dir]->ring_mem; in bnxt_bs_trace_init()
9142 ctx_pg->ctx_pg_tbl = kzalloc_objs(ctx_pg, MAX_CTX_PAGES); in bnxt_alloc_ctx_pg_tbls()
9143 if (!ctx_pg->ctx_pg_tbl) in bnxt_alloc_ctx_pg_tbls()
9156 ctx_pg->ctx_pg_tbl[i] = pg_tbl; in bnxt_alloc_ctx_pg_tbls()
9200 pg_tbl = ctx_pg->ctx_pg_tbl[i]; in bnxt_copy_ctx_pg_tbls()
9219 ctx_pg->ctx_pg_tbl) { in bnxt_free_ctx_pg_tbls()
9226 pg_tbl = ctx_pg->ctx_pg_tbl[i]; in bnxt_free_ctx_pg_tbls()
9233 ctx_pg->ctx_pg_tbl[i] = NULL; in bnxt_free_ctx_pg_tbls()
9235 kfree(ctx_pg->ctx_pg_tbl); in bnxt_free_ctx_pg_tbls()
9236 ctx_pg->ctx_pg_tbl = NULL; in bnxt_free_ctx_pg_tbls()
H A Dbnxt.h1904 struct bnxt_ctx_pg_info **ctx_pg_tbl; member