Searched refs:ctx_pg (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt.c | 6850 struct bnxt_ctx_pg_info *ctx_pg; in bnxt_hwrm_func_backing_store_qcaps() local 6898 ctx_pg = kcalloc(tqm_rings, sizeof(*ctx_pg), GFP_KERNEL); in bnxt_hwrm_func_backing_store_qcaps() 6899 if (!ctx_pg) { in bnxt_hwrm_func_backing_store_qcaps() 6904 for (i = 0; i < tqm_rings; i++, ctx_pg++) in bnxt_hwrm_func_backing_store_qcaps() 6905 ctx->tqm_mem[i] = ctx_pg; in bnxt_hwrm_func_backing_store_qcaps() 6941 struct bnxt_ctx_pg_info *ctx_pg; in bnxt_hwrm_func_backing_store_cfg() local 6956 ctx_pg = &ctx->qp_mem; in bnxt_hwrm_func_backing_store_cfg() 6957 req.qp_num_entries = cpu_to_le32(ctx_pg->entries); in bnxt_hwrm_func_backing_store_cfg() 6961 bnxt_hwrm_set_pg_attr(&ctx_pg in bnxt_hwrm_func_backing_store_cfg() 7038 bnxt_alloc_ctx_mem_blk(struct bnxt *bp, struct bnxt_ctx_pg_info *ctx_pg) bnxt_alloc_ctx_mem_blk() argument 7052 bnxt_alloc_ctx_pg_tbls(struct bnxt *bp, struct bnxt_ctx_pg_info *ctx_pg, u32 mem_size, u8 depth, bool use_init_val) bnxt_alloc_ctx_pg_tbls() argument 7115 bnxt_free_ctx_pg_tbls(struct bnxt *bp, struct bnxt_ctx_pg_info *ctx_pg) bnxt_free_ctx_pg_tbls() argument 7171 struct bnxt_ctx_pg_info *ctx_pg; bnxt_alloc_ctx_mem() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt.c | 7070 struct bnxt_ctx_pg_info *ctx_pg; in bnxt_hwrm_func_backing_store_qcaps() local 7120 ctx_pg = kcalloc(tqm_rings, sizeof(*ctx_pg), GFP_KERNEL); in bnxt_hwrm_func_backing_store_qcaps() 7121 if (!ctx_pg) { in bnxt_hwrm_func_backing_store_qcaps() 7126 for (i = 0; i < tqm_rings; i++, ctx_pg++) in bnxt_hwrm_func_backing_store_qcaps() 7127 ctx->tqm_mem[i] = ctx_pg; in bnxt_hwrm_func_backing_store_qcaps() 7166 struct bnxt_ctx_pg_info *ctx_pg; in bnxt_hwrm_func_backing_store_cfg() local 7188 ctx_pg = &ctx->qp_mem; in bnxt_hwrm_func_backing_store_cfg() 7189 req->qp_num_entries = cpu_to_le32(ctx_pg->entries); in bnxt_hwrm_func_backing_store_cfg() 7193 bnxt_hwrm_set_pg_attr(&ctx_pg in bnxt_hwrm_func_backing_store_cfg() 7271 bnxt_alloc_ctx_mem_blk(struct bnxt *bp, struct bnxt_ctx_pg_info *ctx_pg) bnxt_alloc_ctx_mem_blk() argument 7285 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 7346 bnxt_free_ctx_pg_tbls(struct bnxt *bp, struct bnxt_ctx_pg_info *ctx_pg) bnxt_free_ctx_pg_tbls() argument 7402 struct bnxt_ctx_pg_info *ctx_pg; bnxt_alloc_ctx_mem() local [all...] |
Completed in 27 milliseconds