Searched refs:ctx_pg_tbl (Results 1 – 5 of 5) sorted by relevance
161 ctx_pg->ctx_pg_tbl = kzalloc_objs(ctx_pg, MAX_CTX_PAGES); in bnge_alloc_ctx_pg_tbls()162 if (!ctx_pg->ctx_pg_tbl) in bnge_alloc_ctx_pg_tbls()175 ctx_pg->ctx_pg_tbl[i] = pg_tbl; in bnge_alloc_ctx_pg_tbls()209 ctx_pg->ctx_pg_tbl) { in bnge_free_ctx_pg_tbls()216 pg_tbl = ctx_pg->ctx_pg_tbl[i]; in bnge_free_ctx_pg_tbls()223 ctx_pg->ctx_pg_tbl[i] = NULL; in bnge_free_ctx_pg_tbls()225 kfree(ctx_pg->ctx_pg_tbl); in bnge_free_ctx_pg_tbls()226 ctx_pg->ctx_pg_tbl = NULL; in bnge_free_ctx_pg_tbls()
66 struct bnge_ctx_pg_info **ctx_pg_tbl; member
564 pg_tbl = bp->fw_crash_mem->ctx_pg_tbl[i]; in bnxt_copy_crash_dump()
2594 rmem_pg_tbl = &ctx_pg[0].ctx_pg_tbl[last_pg_dir]->ring_mem; in bnxt_bs_trace_init()9050 ctx_pg->ctx_pg_tbl = kzalloc_objs(ctx_pg, MAX_CTX_PAGES); in bnxt_alloc_ctx_pg_tbls()9051 if (!ctx_pg->ctx_pg_tbl) in bnxt_alloc_ctx_pg_tbls()9064 ctx_pg->ctx_pg_tbl[i] = pg_tbl; in bnxt_alloc_ctx_pg_tbls()9108 pg_tbl = ctx_pg->ctx_pg_tbl[i]; in bnxt_copy_ctx_pg_tbls()9127 ctx_pg->ctx_pg_tbl) { in bnxt_free_ctx_pg_tbls()9134 pg_tbl = ctx_pg->ctx_pg_tbl[i]; in bnxt_free_ctx_pg_tbls()9141 ctx_pg->ctx_pg_tbl[i] = NULL; in bnxt_free_ctx_pg_tbls()9143 kfree(ctx_pg->ctx_pg_tbl); in bnxt_free_ctx_pg_tbls()9144 ctx_pg->ctx_pg_tbl = NULL; in bnxt_free_ctx_pg_tbls()
1889 struct bnxt_ctx_pg_info **ctx_pg_tbl; member