Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dif_bnxt.c955 ctx_pg->ctx_pg_tbl = kzalloc(MAX_CTX_PAGES * sizeof(ctx_pg), in bnxt_alloc_ctx_pg_tbls()
957 if (!ctx_pg->ctx_pg_tbl) in bnxt_alloc_ctx_pg_tbls()
970 ctx_pg->ctx_pg_tbl[i] = pg_tbl; in bnxt_alloc_ctx_pg_tbls()
1002 ctx_pg->ctx_pg_tbl) { in bnxt_free_ctx_pg_tbls()
1009 pg_tbl = ctx_pg->ctx_pg_tbl[i]; in bnxt_free_ctx_pg_tbls()
1016 ctx_pg->ctx_pg_tbl[i] = NULL; in bnxt_free_ctx_pg_tbls()
1018 kfree(ctx_pg->ctx_pg_tbl); in bnxt_free_ctx_pg_tbls()
1019 ctx_pg->ctx_pg_tbl = NULL; in bnxt_free_ctx_pg_tbls()
H A Dbnxt.h701 struct bnxt_ctx_pg_info **ctx_pg_tbl; member