Searched refs:ctx_pg_tbl (Results 1 – 5 of 5) sorted by relevance
158 ctx_pg->ctx_pg_tbl = kcalloc(MAX_CTX_PAGES, sizeof(ctx_pg), in bnge_alloc_ctx_pg_tbls()160 if (!ctx_pg->ctx_pg_tbl) in bnge_alloc_ctx_pg_tbls()173 ctx_pg->ctx_pg_tbl[i] = pg_tbl; in bnge_alloc_ctx_pg_tbls()207 ctx_pg->ctx_pg_tbl) { in bnge_free_ctx_pg_tbls()214 pg_tbl = ctx_pg->ctx_pg_tbl[i]; in bnge_free_ctx_pg_tbls()221 ctx_pg->ctx_pg_tbl[i] = NULL; in bnge_free_ctx_pg_tbls()223 kfree(ctx_pg->ctx_pg_tbl); in bnge_free_ctx_pg_tbls()224 ctx_pg->ctx_pg_tbl = NULL; in bnge_free_ctx_pg_tbls()
65 struct bnge_ctx_pg_info **ctx_pg_tbl; member
561 pg_tbl = bp->fw_crash_mem->ctx_pg_tbl[i]; in bnxt_copy_crash_dump()
2578 rmem_pg_tbl = &ctx_pg[0].ctx_pg_tbl[last_pg_dir]->ring_mem; in bnxt_bs_trace_init()8956 ctx_pg->ctx_pg_tbl = kcalloc(MAX_CTX_PAGES, sizeof(ctx_pg), in bnxt_alloc_ctx_pg_tbls()8958 if (!ctx_pg->ctx_pg_tbl) in bnxt_alloc_ctx_pg_tbls()8971 ctx_pg->ctx_pg_tbl[i] = pg_tbl; in bnxt_alloc_ctx_pg_tbls()9015 pg_tbl = ctx_pg->ctx_pg_tbl[i]; in bnxt_copy_ctx_pg_tbls()9034 ctx_pg->ctx_pg_tbl) { in bnxt_free_ctx_pg_tbls()9041 pg_tbl = ctx_pg->ctx_pg_tbl[i]; in bnxt_free_ctx_pg_tbls()9048 ctx_pg->ctx_pg_tbl[i] = NULL; in bnxt_free_ctx_pg_tbls()9050 kfree(ctx_pg->ctx_pg_tbl); in bnxt_free_ctx_pg_tbls()9051 ctx_pg->ctx_pg_tbl = NULL; in bnxt_free_ctx_pg_tbls()
1879 struct bnxt_ctx_pg_info **ctx_pg_tbl; member
Completed in 866 milliseconds