Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/bnxt/
HDif_bnxt.c856 ctx_pg->ctx_pg_tbl = malloc(MAX_CTX_PAGES * sizeof(ctx_pg), in bnxt_alloc_ctx_pg_tbls()
858 if (!ctx_pg->ctx_pg_tbl) in bnxt_alloc_ctx_pg_tbls()
871 ctx_pg->ctx_pg_tbl[i] = pg_tbl; in bnxt_alloc_ctx_pg_tbls()
905 ctx_pg->ctx_pg_tbl) { in bnxt_free_ctx_pg_tbls()
912 pg_tbl = ctx_pg->ctx_pg_tbl[i]; in bnxt_free_ctx_pg_tbls()
919 ctx_pg->ctx_pg_tbl[i] = NULL; in bnxt_free_ctx_pg_tbls()
921 free(ctx_pg->ctx_pg_tbl , M_DEVBUF); in bnxt_free_ctx_pg_tbls()
922 ctx_pg->ctx_pg_tbl = NULL; in bnxt_free_ctx_pg_tbls()
HDbnxt.h572 struct bnxt_ctx_pg_info **ctx_pg_tbl; member