Home
last modified time | relevance | path

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

/drivers/net/ethernet/broadcom/bnge/
A Dbnge_rmem.c158 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()
A Dbnge_rmem.h65 struct bnge_ctx_pg_info **ctx_pg_tbl; member
/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt_coredump.c561 pg_tbl = bp->fw_crash_mem->ctx_pg_tbl[i]; in bnxt_copy_crash_dump()
A Dbnxt.c2578 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()
A Dbnxt.h1879 struct bnxt_ctx_pg_info **ctx_pg_tbl; member

Completed in 866 milliseconds