Home
last modified time | relevance | path

Searched refs:ctx_pg_tbl (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c7071 ctx_pg->ctx_pg_tbl = kcalloc(MAX_CTX_PAGES, sizeof(ctx_pg), in bnxt_alloc_ctx_pg_tbls()
7073 if (!ctx_pg->ctx_pg_tbl) in bnxt_alloc_ctx_pg_tbls()
7086 ctx_pg->ctx_pg_tbl[i] = pg_tbl; in bnxt_alloc_ctx_pg_tbls()
7121 ctx_pg->ctx_pg_tbl) { in bnxt_free_ctx_pg_tbls()
7128 pg_tbl = ctx_pg->ctx_pg_tbl[i]; in bnxt_free_ctx_pg_tbls()
7135 ctx_pg->ctx_pg_tbl[i] = NULL; in bnxt_free_ctx_pg_tbls()
7137 kfree(ctx_pg->ctx_pg_tbl); in bnxt_free_ctx_pg_tbls()
7138 ctx_pg->ctx_pg_tbl = NULL; in bnxt_free_ctx_pg_tbls()
H A Dbnxt.h1443 struct bnxt_ctx_pg_info **ctx_pg_tbl; member
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c7304 ctx_pg->ctx_pg_tbl = kcalloc(MAX_CTX_PAGES, sizeof(ctx_pg), in bnxt_alloc_ctx_pg_tbls()
7306 if (!ctx_pg->ctx_pg_tbl) in bnxt_alloc_ctx_pg_tbls()
7319 ctx_pg->ctx_pg_tbl[i] = pg_tbl; in bnxt_alloc_ctx_pg_tbls()
7352 ctx_pg->ctx_pg_tbl) { in bnxt_free_ctx_pg_tbls()
7359 pg_tbl = ctx_pg->ctx_pg_tbl[i]; in bnxt_free_ctx_pg_tbls()
7366 ctx_pg->ctx_pg_tbl[i] = NULL; in bnxt_free_ctx_pg_tbls()
7368 kfree(ctx_pg->ctx_pg_tbl); in bnxt_free_ctx_pg_tbls()
7369 ctx_pg->ctx_pg_tbl = NULL; in bnxt_free_ctx_pg_tbls()
H A Dbnxt.h1497 struct bnxt_ctx_pg_info **ctx_pg_tbl; member

Completed in 45 milliseconds