Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c7062 struct bnxt_ctx_pg_info *ctx_pg; in bnxt_hwrm_func_backing_store_qcaps()
7112 ctx_pg = kcalloc(tqm_rings, sizeof(*ctx_pg), GFP_KERNEL); in bnxt_hwrm_func_backing_store_qcaps()
7113 if (!ctx_pg) { in bnxt_hwrm_func_backing_store_qcaps()
7118 for (i = 0; i < tqm_rings; i++, ctx_pg++) in bnxt_hwrm_func_backing_store_qcaps()
7119 ctx->tqm_mem[i] = ctx_pg; in bnxt_hwrm_func_backing_store_qcaps()
7158 struct bnxt_ctx_pg_info *ctx_pg; in bnxt_hwrm_func_backing_store_cfg()
7180 ctx_pg = &ctx->qp_mem; in bnxt_hwrm_func_backing_store_cfg()
7181 req->qp_num_entries = cpu_to_le32(ctx_pg->entries); in bnxt_hwrm_func_backing_store_cfg()
7185 bnxt_hwrm_set_pg_attr(&ctx_pg in bnxt_hwrm_func_backing_store_cfg()
7061 struct bnxt_ctx_pg_info *ctx_pg; bnxt_hwrm_func_backing_store_qcaps() local
7157 struct bnxt_ctx_pg_info *ctx_pg; bnxt_hwrm_func_backing_store_cfg() local
7263 bnxt_alloc_ctx_mem_blk(struct bnxt * bp,struct bnxt_ctx_pg_info * ctx_pg) bnxt_alloc_ctx_mem_blk() argument
7277 bnxt_alloc_ctx_pg_tbls(struct bnxt * bp,struct bnxt_ctx_pg_info * ctx_pg,u32 mem_size,u8 depth,struct bnxt_mem_init * mem_init) bnxt_alloc_ctx_pg_tbls() argument
7338 bnxt_free_ctx_pg_tbls(struct bnxt * bp,struct bnxt_ctx_pg_info * ctx_pg) bnxt_free_ctx_pg_tbls() argument
7393 struct bnxt_ctx_pg_info *ctx_pg; bnxt_alloc_ctx_mem() local
[all...]