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

/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c3362 static void bnxt_init_ctx_mem(struct bnxt_ctx_mem_type *ctxm, void *p, int len) argument
3364 u8 init_val = ctxm->init_value;
3365 u16 offset = ctxm->init_offset;
3375 for (i = 0; i < len; i += ctxm->entry_size)
7957 static void bnxt_init_ctx_initializer(struct bnxt_ctx_mem_type *ctxm, argument
7961 ctxm->init_value = init_val;
7962 ctxm->init_offset = BNXT_CTX_INIT_INVALID_OFFSET;
7964 ctxm->init_offset = init_offset * 4;
7966 ctxm->init_value = 0;
7975 struct bnxt_ctx_mem_type *ctxm local
8014 struct bnxt_ctx_mem_type *ctxm = &ctx->ctx_arr[type]; local
8071 struct bnxt_ctx_mem_type *ctxm; local
8199 struct bnxt_ctx_mem_type *ctxm; local
8338 bnxt_alloc_ctx_pg_tbls(struct bnxt *bp, struct bnxt_ctx_pg_info *ctx_pg, u32 mem_size, u8 depth, struct bnxt_ctx_mem_type *ctxm) argument
8428 bnxt_setup_ctxm_pg_tbls(struct bnxt *bp, struct bnxt_ctx_mem_type *ctxm, u32 entries, u8 pg_lvl) argument
8452 bnxt_hwrm_func_backing_store_cfg_v2(struct bnxt *bp, struct bnxt_ctx_mem_type *ctxm, bool last) argument
8503 struct bnxt_ctx_mem_type *ctxm; local
8535 struct bnxt_ctx_mem_type *ctxm = &ctx->ctx_arr[type]; local
8557 struct bnxt_ctx_mem_type *ctxm; local
[all...]

Completed in 225 milliseconds