Home
last modified time | relevance | path

Searched refs:ctx_mem (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cpp91 static u64 ctx_mem[sizeof(Context) / sizeof(u64) + 1]; in Initialize() local
92 ctx = new(ctx_mem) Context(); in Initialize()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt.h687 struct bnxt_ctx_mem_type *ctx_mem;
985 struct bnxt_ctx_mem_info *ctx_mem;
686 struct bnxt_ctx_mem_type *ctx_mem; global() member
984 struct bnxt_ctx_mem_info *ctx_mem; global() member
H A Dif_bnxt.c889 if (rmem->ctx_mem) in bnxt_alloc_ring()
890 bnxt_init_ctx_mem(rmem->ctx_mem, rmem->pg_arr[i].idi_vaddr, in bnxt_alloc_ring()
975 rmem->ctx_mem = ctxm; in bnxt_alloc_ctx_pg_tbls()
990 rmem->ctx_mem = ctxm; in bnxt_alloc_ctx_pg_tbls()
1051 struct bnxt_ctx_mem_info *ctx = softc->ctx_mem; in bnxt_free_ctx_mem()
1075 softc->ctx_mem = NULL;
1101 ctx = softc->ctx_mem; in bnxt_alloc_ctx_mem()
H A Dbnxt_hwrm.c355 struct bnxt_ctx_mem_info *ctx = softc->ctx_mem; in bnxt_alloc_all_ctx_pg_info()
393 if (softc->hwrm_spec_code < 0x10902 || softc->ctx_mem) in bnxt_hwrm_func_backing_store_qcaps()
408 ctx = softc->ctx_mem; in bnxt_hwrm_func_backing_store_qcaps()
415 softc->ctx_mem = ctx; in bnxt_hwrm_func_backing_store_qcaps()
537 struct bnxt_ctx_mem_info *ctx = softc->ctx_mem; in bnxt_hwrm_func_backing_store_cfg()